Skip to content

Commit

Permalink
Fix obvious logic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Jan 29, 2025
1 parent 1dab401 commit 3d05b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions choreographer/utils/_tmpfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def extra_clean() -> None:
self._delete_manually(quiet=True)
i += 1
time.sleep(2)

self._delete_manually(quiet=False)
if self.path.exists():
self._delete_manually(quiet=False)

# testing doesn't look threads so I guess we'll block
extra_clean()
Expand Down

0 comments on commit 3d05b6e

Please sign in to comment.