Skip to content

Commit

Permalink
allow running web app without cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Apr 6, 2022
1 parent fd46120 commit d949888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyhdx/web/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def run_apps():
print(
f"No valid Dask scheduler found at specified address: '{scheduler_address}'"
)
return

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

0 comments on commit d949888

Please sign in to comment.