reenabled old snapshot cleaning

This commit is contained in:
timeshifter
2022-05-03 22:03:21 +02:00
parent 3cd6473b48
commit d5ff589edb
+1 -1
View File
@@ -679,7 +679,7 @@ class ExternalPool(Pool):
exit(EXIT_ERROR) exit(EXIT_ERROR)
def clean_old_snapshots(self) -> None: def clean_old_snapshots(self) -> None:
return # this seems to be broken TODO # this seems to be broken TODO
print("Cleaning old snapshots") print("Cleaning old snapshots")
for dataset in self.datasets: for dataset in self.datasets:
dataset.clean_old_snapshots() dataset.clean_old_snapshots()