Skip to content

Commit d47af88

Browse files
committed
Return path
1 parent 1c82ade commit d47af88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ async def _handler(self, ws: ClientConnection) -> Union[None, Exception]:
661661
return e
662662
elif isinstance(e := send_task.result(), Exception):
663663
return e
664+
return None
664665

665666
async def __aexit__(self, exc_type, exc_val, exc_tb):
666667
if self.shutdown_timer is not None:

0 commit comments

Comments
 (0)