mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 05:49:47 +00:00
debug prints
This commit is contained in:
parent
6ccdb27792
commit
ccdd4d6644
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue