From 5afbed388f8b2ec150471cefed9b16289822904c Mon Sep 17 00:00:00 2001 From: adenlam <46797766+adenlam@users.noreply.github.com> Date: Wed, 24 Jun 2020 11:21:30 -0400 Subject: [PATCH] Update sequences.py --- presenters/sequences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presenters/sequences.py b/presenters/sequences.py index f3dd254..1a79888 100644 --- a/presenters/sequences.py +++ b/presenters/sequences.py @@ -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")