Trouble Shooting: Syntax error
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
1f396d2177
commit
c625e62adf
|
@ -46,7 +46,7 @@ class Archive:
|
|||
archive_src_q = collections.deque(src_archive)
|
||||
archive_des_q = collections.deque(des_archive)
|
||||
archive_size_q = len(archive_src_q)
|
||||
for size_length in range(chroot_size_q):
|
||||
for size_length in range(archive_size_q):
|
||||
source = archive_src_q.popleft()
|
||||
des = archive_des_q.popleft()
|
||||
logger.info(MSG_COPY + HOME_FOLDER + source)
|
||||
|
|
Loading…
Reference in New Issue