Skip to content

Commit

Permalink
Fixup: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 11, 2023
1 parent ad1f7f3 commit 491fef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3877,7 +3877,9 @@ async def start_unsafe(self):
# formatting dashboard link can fail if distributed.dashboard.link
# refers to non-existant env vars.
except KeyError as e:
logger.warning(f"Failed to format dashboard link, unknown value: {e}")
logger.warning(
f"Failed to format dashboard link, unknown value: {e}"
)
link = f":{server.port}"
else:
link = f"{listen_ip}:{server.port}"
Expand Down

0 comments on commit 491fef6

Please sign in to comment.