Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
a3f8072738
commit
04fff37387
|
@ -269,7 +269,7 @@ def icons_themes():
|
||||||
print("Folders to be copied -- " + source)
|
print("Folders to be copied -- " + source)
|
||||||
shutil.copytree(HOME_FOLDER + source,
|
shutil.copytree(HOME_FOLDER + source,
|
||||||
HOME_FOLDER + WPCHROOT + des,
|
HOME_FOLDER + WPCHROOT + des,
|
||||||
dirs_exist_ok = True, ignore=_logpath
|
dirs_exist_ok = True
|
||||||
)
|
)
|
||||||
print("Folders have been copied -- " + des)
|
print("Folders have been copied -- " + des)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue