Skip to content

Commit

Permalink
debug: "...and more"
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Dec 9, 2024
1 parent c440b7e commit 129bf32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neps/state/filebased.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def lock(
pl_module.LOCKER,
time.time(),
)
fh.write(f"{time.time()}".encode("utf-8")) # noqa: UP012
os.fsync(fh)
yield
fh.flush()
Expand Down

0 comments on commit 129bf32

Please sign in to comment.