Skip to content

Commit

Permalink
fix: make sure timestamp is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 21, 2024
1 parent 41b58b7 commit 6190292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
overwrite=True,
)

open(out_filename.replace(".h5", "_COMPLETED"), "a").close()
open(out_filename.replace(".h5", "_COMPLETED"), "w").close()

0 comments on commit 6190292

Please # to comment.