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 7f15d4b commit 7a0f75bCopy full SHA for 7a0f75b
choreographer/browser_async.py
@@ -173,7 +173,7 @@ def run() -> subprocess.Popen[bytes] | subprocess.Popen[str]: # depends on args
173
""
174
"It may be your browser auto-updated and will now work upon "
175
"restart. The browser we tried to start is located at "
176
- "{self._browser_impl.path}.",
+ f"{self._browser_impl.path}.",
177
) from e
178
179
async def __aenter__(self) -> Self:
0 commit comments