Skip to content

Commit 506bcc5

Browse files
authored
fix: missing f for f-string (#171)
1 parent 0979dd0 commit 506bcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def pin_write(
302302
# note that we only raise an error if version path is a subdir
303303
# of the pin path.
304304
raise PinsError(
305-
"Attempting to write pin version to {dst_version_path}, "
305+
f"Attempting to write pin version to {dst_version_path}, "
306306
"but that directory already exists."
307307
)
308308

0 commit comments

Comments
 (0)