Trouble Shooting: Syntax error

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-22 19:25:06 +09:00
parent 1f396d2177
commit c625e62adf
1 changed files with 1 additions and 1 deletions

View File

@ -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)