Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
c8ba2a5952
commit
8bed8abf4a
|
@ -38,7 +38,7 @@ def copy_debian_xfce_based():
|
|||
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
||||
current_working_directory = os.getcwd().replace('/', '/')
|
||||
today = str(date.today())
|
||||
for files in os.walk(current_working_directory):
|
||||
for root, dirs, files in os.walk(current_working_directory):
|
||||
for f_v in files:
|
||||
if f_v.endswith('.64xfc'):
|
||||
if f_v.endswith('.iso'):
|
||||
|
|
Loading…
Reference in New Issue