We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"])
The text was updated successfully, but these errors were encountered:
Then I also have to delete trailing comma here - https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/rest_client.py#L76
Sorry, something went wrong.
@Viktxrrr sure, let's do it :)
3.41.19 published and fixed
No branches or pull requests
I noticed that there is a need to support Python 2 - #1453.
Maybe then we should change the fix #1493 to something like this?
The text was updated successfully, but these errors were encountered: