summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-14 23:54:48 +0300
committerDevaev Maxim <[email protected]>2019-11-14 23:54:48 +0300
commit029908e20c3c2fe02d14175f511aa6e24548681f (patch)
tree600134b6521ed0ae921fc9a6bf4508da879f5818 /kvmd/plugins/msd
parent97678bba80923ae80f2ed0794e7b77b1a08c2d59 (diff)
lint fix
Diffstat (limited to 'kvmd/plugins/msd')
-rw-r--r--kvmd/plugins/msd/otg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/msd/otg/__init__.py b/kvmd/plugins/msd/otg/__init__.py
index 5913e797..d435706a 100644
--- a/kvmd/plugins/msd/otg/__init__.py
+++ b/kvmd/plugins/msd/otg/__init__.py
@@ -238,7 +238,7 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes
self.__drive.set_image_path("")
self.__drive.set_rw_flag(False)
self.__drive.set_cdrom_flag(False)
- except asyncio.CancelledError:
+ except asyncio.CancelledError: # pylint: disable=try-except-raise
raise
except Exception:
get_logger(0).exception("Can't reset MSD")