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 fd46120 commit d949888Copy full SHA for d949888
pyhdx/web/serve.py
@@ -23,7 +23,6 @@ def run_apps():
23
print(
24
f"No valid Dask scheduler found at specified address: '{scheduler_address}'"
25
)
26
- return
27
28
log_root_dir = Path.home() / ".pyhdx" / "logs"
29
log_dir = log_root_dir / datetime.datetime.now().strftime("%Y%m%d")
0 commit comments