Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
2dfe3b3fa4
commit
c8ba2a5952
|
@ -36,7 +36,7 @@ def copy_debian_xfce_based():
|
||||||
XFCE
|
XFCE
|
||||||
"""
|
"""
|
||||||
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
||||||
current_working_directory = os.getcwd()
|
current_working_directory = os.getcwd().replace('/', '/')
|
||||||
today = str(date.today())
|
today = str(date.today())
|
||||||
for files in os.walk(current_working_directory):
|
for files in os.walk(current_working_directory):
|
||||||
for f_v in files:
|
for f_v in files:
|
||||||
|
|
Loading…
Reference in New Issue