Modificar python_modules/finish_cleanup.py

This commit is contained in:
manuel 2024-03-26 16:06:10 -01:00
parent 3c5d507323
commit 38334f4eae
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def kill_old_iso():
""" Delete older ISOs"""
base_path = BASE_DESTINATION
arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/']
de_list = ['gfb', 'opb', 'xfce' 'loaded']
de_list = ['gfb', 'opb', 'xfce', 'loaded']
for archs in arch_list:
for desktops in de_list:
full_path = []