Skip to content

Commit c93d374

Browse files
authored
Update custom_signatures_import.py
1 parent 5d65498 commit c93d374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/custom_signatures_import.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ def main(argv=None): # IGNORE:C0111
130130

131131
return 0
132132
except Exception as e:
133+
import traceback
134+
traceback.print_exc()
133135
if DEBUG or TESTRUN:
134136
raise(e)
135137
indent = len(program_name) * " "

0 commit comments

Comments
 (0)