Skip to content

Commit d949888

Browse files
committed
allow running web app without cluster
1 parent fd46120 commit d949888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyhdx/web/serve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def run_apps():
2323
print(
2424
f"No valid Dask scheduler found at specified address: '{scheduler_address}'"
2525
)
26-
return
2726

2827
log_root_dir = Path.home() / ".pyhdx" / "logs"
2928
log_dir = log_root_dir / datetime.datetime.now().strftime("%Y%m%d")

0 commit comments

Comments
 (0)