Skip to content

Commit 2564924

Browse files
committed
Minor
1 parent b20105d commit 2564924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distributed/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ async def close(self):
685685
break
686686
await self.rpc.close()
687687
await asyncio.gather(
688-
*(comm.close() for comm in self._comms.values())
688+
*(comm.close() for comm in self._comms)
689689
) # then forcefully close
690690
for cb in self._ongoing_coroutines:
691691
cb.cancel()

0 commit comments

Comments
 (0)