We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acb155 commit e08d0ccCopy full SHA for e08d0cc
1 file changed
memento.py
@@ -91,7 +91,8 @@ def DoStuff(self):
91
n.DoStuff()
92
except:
93
print('-> doing stuff failed!')
94
- import sys, traceback
+ import sys
95
+ import traceback
96
traceback.print_exc(file=sys.stdout)
97
pass
98
print(n)
0 commit comments