Skip to content

Commit 5d65498

Browse files
authored
Update custom_signatures_export.py
1 parent a678135 commit 5d65498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/custom_signatures_export.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ def main(argv=None): # IGNORE:C0111
146146
### handle keyboard interrupt ###
147147
return 0
148148
except Exception as e:
149+
import traceback
150+
traceback.print_exc()
149151
if DEBUG or TESTRUN:
150152
raise(e)
151153
indent = len(program_name) * " "

0 commit comments

Comments
 (0)