Skip to content

Commit

Permalink
Fix broken string interpolation
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van Niekerk <[email protected]>
  • Loading branch information
maresb and mariusvniekerk committed Sep 11, 2024
1 parent 800f6ff commit 016af6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda_lock/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,5 @@ def cached_download_file(url: str) -> bytes:
except Timeout:
logger.warning(
f"Failed to acquire lock on {destination_lock}, it is likely "
f"being downloaded by another process. Retrying...",
destination_lock,
f"being downloaded by another process. Retrying..."
)

0 comments on commit 016af6c

Please sign in to comment.