Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bitbucket] error_msg concatenation error in raise_for_status fix and python 2 support #1496

Closed
Viktxrrr opened this issue Jan 23, 2025 · 3 comments

Comments

@Viktxrrr
Copy link
Contributor

Viktxrrr commented Jan 23, 2025

I noticed that there is a need to support Python 2 - #1453.
Maybe then we should change the fix #1493 to something like this?

error_msg += "\n" + str(e["detail"])
@Viktxrrr
Copy link
Contributor Author

Then I also have to delete trailing comma here - https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/rest_client.py#L76

@gonchik
Copy link
Member

gonchik commented Jan 23, 2025

@Viktxrrr sure, let's do it :)

@gonchik
Copy link
Member

gonchik commented Jan 23, 2025

3.41.19 published and fixed

@gonchik gonchik closed this as completed Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants