|
|
|
@ -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': |
|
|
|
|