From 38334f4eaeb3224ac8b1a07aa158a7f3238dbe71 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 26 Mar 2024 16:06:10 -0100 Subject: [PATCH] Modificar python_modules/finish_cleanup.py --- python_modules/finish_cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/finish_cleanup.py b/python_modules/finish_cleanup.py index 180bcbfb..bea0f77c 100644 --- a/python_modules/finish_cleanup.py +++ b/python_modules/finish_cleanup.py @@ -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 = []