This commit is contained in:
Zsolt Ero
2024-09-12 13:23:27 +02:00
parent 04fcdfe028
commit 3bfa83a10c
3 changed files with 10 additions and 5 deletions

View File

@@ -55,6 +55,8 @@ def auto_clean_btrfs():
3. If there is no deployed version, then we include the second newest one
"""
print('Running auto clean btrfs')
for area in config.areas:
area_dir = config.runs_dir / area
if not area_dir.is_dir():