Skip to content

Commit 7a0f75b

Browse files
committed
Fix f-string: add f
1 parent 7f15d4b commit 7a0f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choreographer/browser_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def run() -> subprocess.Popen[bytes] | subprocess.Popen[str]: # depends on args
173173
""
174174
"It may be your browser auto-updated and will now work upon "
175175
"restart. The browser we tried to start is located at "
176-
"{self._browser_impl.path}.",
176+
f"{self._browser_impl.path}.",
177177
) from e
178178

179179
async def __aenter__(self) -> Self:

0 commit comments

Comments
 (0)