Skip to content

Commit

Permalink
Update sequences.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adenlam authored Jun 24, 2020
1 parent 08d5c77 commit 5afbed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenters/sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def _output_log_path(self):
"""Sets the path directory for generating a log file 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 5afbed3

Please sign in to comment.