Skip to content

Commit

Permalink
Update distributed/nanny.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Nov 7, 2022
1 parent 33f0af7 commit 435d98b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distributed/nanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,6 @@ async def run() -> None:
init_result_q.close()
await worker.finished()
logger.info("Worker closed")
except (tornado.util.TimeoutError, asyncio.TimeoutError):
pass
except Exception as e:
if failure_type is None:
raise
Expand Down

0 comments on commit 435d98b

Please sign in to comment.