debugging
This commit is contained in:
parent
1159296a8a
commit
d78781f771
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ class SnapperCmd:
|
||||||
self.cmd.append(f"--type {snapshot_type}")
|
self.cmd.append(f"--type {snapshot_type}")
|
||||||
|
|
||||||
def __call__(self):
|
def __call__(self):
|
||||||
|
print(str(self.cmd))
|
||||||
return os.popen(self.__str__()).read().rstrip("\n")
|
return os.popen(self.__str__()).read().rstrip("\n")
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue