Skip to content

Commit 08cee34

Browse files
committed
e Fix F string
1 parent a06530a commit 08cee34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/prepare_release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def update_conan_recipe(self):
153153

154154
check_step("Check out Conan master")
155155
check_step("Pull all changes in from upstream master")
156-
check_step("Create branch F'approvaltests.cpp.{new_version_without_v}', if it does not already exist")
157-
check_step("Check out branch F'approvaltests.cpp.{new_version_without_v}'")
156+
check_step(F"Create branch 'approvaltests.cpp.{new_version_without_v}', if it does not already exist")
157+
check_step(F"Check out branch 'approvaltests.cpp.{new_version_without_v}'")
158158

159159
conan_approvaltests_dir = os.path.join(self.details.conan_repo_dir, 'recipes', 'approvaltests.cpp')
160160

0 commit comments

Comments
 (0)