Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

MultiException: Respect traceback=False on exceptions #63

Merged
merged 1 commit into from
Feb 28, 2018

Conversation

tigrawap
Copy link
Contributor

No description provided.

@tigrawap tigrawap requested a review from koreno February 28, 2018 13:51
@koreno koreno merged commit 4943fdd into master Feb 28, 2018
for line in format_tb(exc.__traceback__):
buff.write(traceback_fmt, line.rstrip())
show_traceback = getattr(exc, 'traceback', None)
if show_traceback != False:

Choose a reason for hiding this comment

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

is not False

@YuvalEvron YuvalEvron deleted the tigra/respect-no-tracebak branch August 6, 2019 08:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants