Spaces:
Runtime error
Runtime error
feat(toolbox): 支持rar格式与7z格式解压,修改了下注释
Browse files- toolbox.py +1 -0
toolbox.py
CHANGED
@@ -202,6 +202,7 @@ def extract_archive(file_path, dest_dir):
|
|
202 |
print("Successfully extracted 7z archive to {}".format(dest_dir))
|
203 |
except:
|
204 |
print("7z格式需要安装额外依赖")
|
|
|
205 |
else:
|
206 |
return
|
207 |
|
|
|
202 |
print("Successfully extracted 7z archive to {}".format(dest_dir))
|
203 |
except:
|
204 |
print("7z格式需要安装额外依赖")
|
205 |
+
|
206 |
else:
|
207 |
return
|
208 |
|