Skip to content

Commit

Permalink
Add remove counter to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Jan 28, 2025
1 parent b5c5dfe commit b3b2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choreographer/utils/_tmpfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def extra_clean() -> None:
tries = 5
while self.path.exists() and i < tries:
time.sleep(1)
_logger.info("Extra manual clean executing.")
_logger.info(f"Extra manual clean executing {i}.")
self._delete_manually()
i += 1

Expand Down

0 comments on commit b3b2dcf

Please sign in to comment.