Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
33a0bc0462
commit
973a49d141
|
@ -266,12 +266,12 @@ def icons_themes():
|
||||||
for size_length in range(size_q):
|
for size_length in range(size_q):
|
||||||
source = src_q.popleft()
|
source = src_q.popleft()
|
||||||
des = des_q.popleft()
|
des = des_q.popleft()
|
||||||
print("INFO: Copying - " + src_q)
|
print("INFO: Copying - " + HOME_FOLDER + source)
|
||||||
shutil.copytree(HOME_FOLDER + source,
|
shutil.copytree(HOME_FOLDER + source,
|
||||||
HOME_FOLDER + WPCHROOT + des,
|
HOME_FOLDER + WPCHROOT + des,
|
||||||
dirs_exist_ok = True
|
dirs_exist_ok = True
|
||||||
)
|
)
|
||||||
print("INFO: Done" + des_q)
|
print("INFO: Done" + HOME_FOLDER + WPCHROOT + des)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue