Skip to content

Commit

Permalink
New attempt at fix missing logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryeng committed May 2, 2024
1 parent 31842a9 commit 32c3b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ssb_timeseries/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def touch(path: PathStr) -> None:
fs = FileClient.get_gcs_file_system()
fs.touch(path)
else:
mk_parent_dir(path)
Path(path).touch()


Expand Down

0 comments on commit 32c3b3f

Please sign in to comment.