debugging

This commit is contained in:
Wes Barnett 2021-04-25 11:58:14 -04:00
parent 1159296a8a
commit d78781f771
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -56,6 +56,7 @@ class SnapperCmd:
self.cmd.append(f"--type {snapshot_type}")
def __call__(self):
print(str(self.cmd))
return os.popen(self.__str__()).read().rstrip("\n")
def __str__(self):