We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0979dd0 commit 506bcc5Copy full SHA for 506bcc5
pins/boards.py
@@ -302,7 +302,7 @@ def pin_write(
302
# note that we only raise an error if version path is a subdir
303
# of the pin path.
304
raise PinsError(
305
- "Attempting to write pin version to {dst_version_path}, "
+ f"Attempting to write pin version to {dst_version_path}, "
306
"but that directory already exists."
307
)
308
0 commit comments