Skip to content

Commit

Permalink
Use the correct output name in the contrib script
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlarson committed Nov 3, 2024
1 parent 01b03b8 commit 135697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/book_simweights_testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def fake_event_header(frame: dict) -> None:
tray.Execute()
del tray

tarfilename = "/data/ana/Software/simweights/test-data/simweights_testdata_test.tar.gz"
tarfilename = "/data/ana/Software/simweights/test-data/simweights_testdata.tar.gz"
print(f"Writing tarfile {tarfilename}")

with tarfile.open(tarfilename, "w:gz") as tar:
Expand Down

0 comments on commit 135697f

Please sign in to comment.