Skip to content

Commit

Permalink
fix string formatting in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored May 11, 2024
1 parent f6af445 commit 3f13de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delocate/delocating.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def delocate_wheel(
)
if copied_libs and lib_path_exists_before_delocate:
raise DelocationError(
"f{lib_path} already exists in wheel but need to copy "
f"{lib_path} already exists in wheel but need to copy "
+ "; ".join(copied_libs)
)
if len(os.listdir(lib_path)) == 0:
Expand Down

0 comments on commit 3f13de9

Please sign in to comment.