mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-05 23:50:37 +00:00
debug prints
This commit is contained in:
parent
6ccdb27792
commit
ccdd4d6644
|
@ -105,8 +105,8 @@ class Bind:
|
|||
["umount", self.binding_path],
|
||||
check=True,
|
||||
)
|
||||
except subprocess.CalledProcessError:
|
||||
raise BindError(f"Unable to unmount folder {self.binding_path}.")
|
||||
except subprocess.CalledProcessError as error:
|
||||
raise BindError(f"Unable to unmount folder {self.binding_path}. {error}")
|
||||
pass
|
||||
|
||||
def ensure_ownership(self) -> None:
|
||||
|
|
Loading…
Reference in a new issue