Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed May 1, 2021
1 parent 5a61a20 commit 489ff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opyrator/ui/streamlit_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def launch_ui(opyrator_path: str, port: int = 8501) -> None:
python_path = f"set PYTHONPATH=%PYTHONPATH%;{getcwd()} &&"

subprocess.run(
f'''{python_path} "{sys.executable}" -m streamlit run --server.port={port} --server.headless=True --runner.magicEnabled=False --server.maxUploadSize=50 --browser.gatherUsageStats=False {f.name}''',
f"""{python_path} "{sys.executable}" -m streamlit run --server.port={port} --server.headless=True --runner.magicEnabled=False --server.maxUploadSize=50 --browser.gatherUsageStats=False {f.name}""",
shell=True,
)

Expand Down

0 comments on commit 489ff44

Please sign in to comment.