Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
31b4250119
commit
e798580433
|
@ -271,7 +271,7 @@ 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)
|
||||
logging.info('Working in %s' % source)
|
||||
shutil.copytree(HOME_FOLDER + source,
|
||||
HOME_FOLDER + WPCHROOT + des,
|
||||
dirs_exist_ok = True
|
||||
|
|
Loading…
Reference in New Issue