Skip to content

Commit

Permalink
fix bug in make_tarball.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking authored Sep 27, 2024
1 parent f42de31 commit 68a31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/make_tarball.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
for this_file in files:
myzip.write(this_file)
else:
Exception('unrecognized output suffix')
raise Exception('unrecognized output suffix')

0 comments on commit 68a31e2

Please sign in to comment.