diff --git a/pins/boards.py b/pins/boards.py index ddff2e06..7c22b5c8 100644 --- a/pins/boards.py +++ b/pins/boards.py @@ -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." )