Skip to content

Commit

Permalink
fix: missing f for f-string (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored Nov 15, 2022
1 parent 0979dd0 commit 506bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pins/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def pin_write(
# note that we only raise an error if version path is a subdir
# of the pin path.
raise PinsError(
"Attempting to write pin version to {dst_version_path}, "
f"Attempting to write pin version to {dst_version_path}, "
"but that directory already exists."
)

Expand Down

0 comments on commit 506bcc5

Please sign in to comment.