summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd/otg
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-24 06:01:09 +0300
committerMaxim Devaev <[email protected]>2022-07-24 06:01:09 +0300
commit90ae558f369381d7c8104ba214080258e2dd99ec (patch)
tree5c4a72427717f2d549162330b41bbe685534b337 /kvmd/plugins/msd/otg
parent779d0de59ff4225e684848f5301f9e63c9e4bb70 (diff)
remount-ro on remove() is not fatal
Diffstat (limited to 'kvmd/plugins/msd/otg')
-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 4bdd1359..962502cd 100644
--- a/kvmd/plugins/msd/otg/__init__.py
+++ b/kvmd/plugins/msd/otg/__init__.py
@@ -416,7 +416,7 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes
await self.__remount_rw(True)
os.remove(image.path)
self.__set_image_complete(name, False)
- await self.__remount_rw(False)
+ await self.__remount_rw(False, fatal=False)
# =====