Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 20:29:11 +09:00
parent 5d25c63d29
commit 31b4250119
1 changed files with 5 additions and 4 deletions

View File

@ -271,13 +271,14 @@ def icons_themes():
for size_length in range(size_q):
source = src_q.popleft()
des = des_q.popleft()
logging.info('Working in %s' % src_q)
shutil.copytree(HOME_FOLDER + source,
HOME_FOLDER + WPCHROOT + des,
dirs_exist_ok = True, ignore=_logpath
dirs_exist_ok = True
)
def _logpath(path, names):
logging.info('Working in %s' % path)
return [] # nothing will be ignored