Skip to content

Commit

Permalink
Update distributed/scheduler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <jacobtomlinson@users.noreply.github.com>
  • Loading branch information
milesgranger and jacobtomlinson authored Mar 10, 2023
1 parent f1f3526 commit 1a49a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3867,7 +3867,7 @@ async def start_unsafe(self):
link = format_dashboard_link(addr, server.port)
else:
link = f"{listen_ip}:{server.port}"
logger.info("%11s at: %25s", name, link)
logger.info("%11s at: %25s", name, link)

if self.scheduler_file:
with open(self.scheduler_file, "w") as f:
Expand Down

0 comments on commit 1a49a3b

Please sign in to comment.