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

Fix #84, bad args on traceback.format_exc() calls #85

Merged

Conversation

darkvertex
Copy link

They break in Python3 and silently do nothing in Python2.

Fixes #84

@darkvertex darkvertex force-pushed the fix_format_exc_calls branch from 130a7fe to 72d7255 Compare June 10, 2022 04:31
@darkvertex darkvertex force-pushed the fix_format_exc_calls branch from 72d7255 to 27743dd Compare June 10, 2022 04:34
@darkvertex
Copy link
Author

(Just rebased and ran "black" to satisfy your CI's checks.)


@mathurf Hi! I see you work at Autodesk and were this repo's last merged pull request's reactive reviewer, so I'm tagging your name. Sorry if it's rude of me. (Github won't let me add any reviewers to the PR the formal way.)

These three lines never worked to begin with, but worse, they actually fail the process outright under Python 3. Please consider merging?

@000paradox000 000paradox000 self-requested a review December 8, 2022 09:44
Copy link

@000paradox000 000paradox000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks for the great job

@000paradox000 000paradox000 merged commit 0af39f9 into shotgunsoftware:master Dec 8, 2022
@darkvertex darkvertex deleted the fix_format_exc_calls branch December 8, 2022 14:31
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

Successfully merging this pull request may close these issues.

traceback.format_exc(err) doesn't work in python3
2 participants