From 506bcc593cf236c5e95027af4aa155cdee1bedd0 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 15 Nov 2022 10:33:51 -0500 Subject: [PATCH] fix: missing f for f-string (#171) --- pins/boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." )