Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed May 18, 2022
1 parent b20105d commit 2564924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ async def close(self):
break
await self.rpc.close()
await asyncio.gather(
*(comm.close() for comm in self._comms.values())
*(comm.close() for comm in self._comms)
) # then forcefully close
for cb in self._ongoing_coroutines:
cb.cancel()
Expand Down

0 comments on commit 2564924

Please sign in to comment.