Skip to content

Commit

Permalink
Update shots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adenlam authored Jun 24, 2020
1 parent b9b8c32 commit 08d5c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenters/shots.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def _output_log_path(name):
"""Sets the path directory for generating a log file in hdf5 format in the raw data folder"""
output = Path("../Raw Data/").joinpath(str(date.today()))
output.mkdir(parents=True, exist_ok=True)
return output.joinpath("logging.hdf5")
return output.joinpath("000_logging.hdf5")

0 comments on commit 08d5c77

Please sign in to comment.