Propagate exception in Client.run

Fix #2237
This commit is contained in:
Rapptz 2019-06-20 23:00:45 -04:00
parent 20fa3001f2
commit b2f247bef3

View File

@ -594,6 +594,8 @@ class Client:
log.info('Cleaning up tasks.')
_cleanup_loop(loop)
return future.result()
# properties
def is_closed(self):