From fd95b65826a4b922090a6e5d88ee66f2aa2bc11a Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sat, 5 Aug 2023 17:56:22 +0900 Subject: [PATCH] updated Signed-off-by: debianpepper --- python_modules/deb_64.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/deb_64.py b/python_modules/deb_64.py index c9a2cf1b..cc542346 100644 --- a/python_modules/deb_64.py +++ b/python_modules/deb_64.py @@ -68,8 +68,8 @@ def copy_deb64_specific(): for p in range(src_size): x = source_q.get() y = destination_q.get() - shutil.copytree(cur_dir x, - WP_CHROOT y, + shutil.copytree(cur_dir + x, + WP_CHROOT + y, dirs_exist_ok=True )