We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c99c02 commit cafe757Copy full SHA for cafe757
solara/test/pytest_plugin.py
@@ -334,7 +334,7 @@ def signal_stop(self):
334
335
def serve(self):
336
if self.has_started():
337
- raise RuntimeError("Jupyter server already running, use lsof -i :{self.port} to find the process and kill it")
+ raise RuntimeError(f"Jupyter server already running, use lsof -i :{self.port} to find the process and kill it")
338
cmd = (
339
"voila --no-browser --VoilaTest.log_level=DEBUG --Voila.port_retries=0 --VoilaExecutor.timeout=240"
340
f' --Voila.port={self.port} --show_tracebacks=True "{self.notebook_path}" --enable_nbextensions=True'
0 commit comments