Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 20:42:57 +09:00
parent a3f8072738
commit 04fff37387
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ def icons_themes():
print("Folders to be copied -- " + source)
shutil.copytree(HOME_FOLDER + source,
HOME_FOLDER + WPCHROOT + des,
dirs_exist_ok = True, ignore=_logpath
dirs_exist_ok = True
)
print("Folders have been copied -- " + des)