We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2dd09 commit 389ce71Copy full SHA for 389ce71
src/main.py
@@ -66,7 +66,7 @@ def main(args: argparse.Namespace):
66
if not os.path.exists("performance"):
67
os.makedirs("performance")
68
cProfile.run("main(args)", "performance/profile_output.pstat")
69
- except Exception:
+ except Exception as e:
70
trace = traceback.format_exc()
71
print(trace)
72
0 commit comments