diff options
author | Devaev Maxim <[email protected]> | 2020-09-05 05:58:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-05 05:58:33 +0300 |
commit | 0c8524898748c49cd9d54c2dcefa6b4a471532d0 (patch) | |
tree | c07a6036d34cf9d9959ce43332f592e3989240ba /kvmd/aiotools.py | |
parent | e106aaebed430a05721d7279eca8eecdccb13464 (diff) |
minor 3.7 fixes
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r-- | kvmd/aiotools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/aiotools.py b/kvmd/aiotools.py index 831fe18f..84c6f314 100644 --- a/kvmd/aiotools.py +++ b/kvmd/aiotools.py @@ -177,6 +177,7 @@ async def run_region_task( if entered.done(): return + exc = task.exception() if exc is not None: raise exc |