Update file.py

pull/632/head
Mr Chen 5 months ago
parent 154c7cbdbc
commit 299eaa06b8
  1. 2
      web/utils/file.py

@ -108,7 +108,7 @@ def uncompress(sfile, dfile, path):
if mw.isAppleSystem() and extension == 'rar':
return mw.returnData(False, 'macosx暂时不支持rar格式解压')
cmd = "cd " + path
cmd = "cd " + path + " "
try:
tmps = mw.getPanelDir() + '/logs/panel_exec.log'
if extension == 'zip':

Loading…
Cancel
Save