Fixed MapperDev().unmount()
This commit is contained in:
parent
852bc32077
commit
c6a62337cf
|
|
@ -111,7 +111,7 @@ class MapperDev:
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def unmount(self, target :str, fs :Optional[str] = None, options :str = '') -> bool:
|
def unmount(self) -> bool:
|
||||||
try:
|
try:
|
||||||
SysCommand(f"/usr/bin/umount {self.path}")
|
SysCommand(f"/usr/bin/umount {self.path}")
|
||||||
except SysCallError as error:
|
except SysCallError as error:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue