From d616915348a1416ce066f1dfe2c609d1a8d99d2d Mon Sep 17 00:00:00 2001 From: JasonGuo1 <1515893624@qq.com> Date: Thu, 30 Mar 2023 15:47:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(toolbox):=20=E6=94=AF=E6=8C=81rar=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E4=B8=8E7z=E6=A0=BC=E5=BC=8F=E8=A7=A3=E5=8E=8B?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=8B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- toolbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbox.py b/toolbox.py index 43fafd3..3813709 100644 --- a/toolbox.py +++ b/toolbox.py @@ -202,6 +202,7 @@ def extract_archive(file_path, dest_dir): print("Successfully extracted 7z archive to {}".format(dest_dir)) except: print("7z格式需要安装额外依赖") + else: return