From 029908e20c3c2fe02d14175f511aa6e24548681f Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 14 Nov 2019 23:54:48 +0300 Subject: lint fix --- kvmd/plugins/msd/otg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmd/plugins/msd/otg/__init__.py') 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") -- cgit v1.2.3