Skip to content

Commit 389ce71

Browse files
committed
testing linter
1 parent ce2dd09 commit 389ce71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main(args: argparse.Namespace):
6666
if not os.path.exists("performance"):
6767
os.makedirs("performance")
6868
cProfile.run("main(args)", "performance/profile_output.pstat")
69-
except Exception:
69+
except Exception as e:
7070
trace = traceback.format_exc()
7171
print(trace)
7272

0 commit comments

Comments
 (0)