mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
lint fix
This commit is contained in:
parent
97678bba80
commit
029908e20c
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user