summaryrefslogtreecommitdiff
path: root/kvmd/aiotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r--kvmd/aiotools.py1
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