diff options
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r-- | kvmd/aiotools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kvmd/aiotools.py b/kvmd/aiotools.py index 10510b77..a2bed6bf 100644 --- a/kvmd/aiotools.py +++ b/kvmd/aiotools.py @@ -178,8 +178,6 @@ async def run_region_task( async with region: entered.set_result(None) await method(*args, **kwargs) - except asyncio.CancelledError: # pylint: disable=try-except-raise - raise except region.get_exc_type(): raise except Exception: |