Skip to content

Commit

Permalink
发布易函数视窗设计器~
Browse files Browse the repository at this point in the history
  • Loading branch information
ll committed Jul 9, 2021
1 parent c73d0a3 commit a7a8d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyefun/compile/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def 运行设计好的文件(文件路径):

def 解压7z(压缩包, 文件路径):
cmd = efun.路径优化(efun.取运行目录() + r'\bulidLib\7-Zip\7z.exe') + r' x "{}" -o{} -aos -r'.format(压缩包, 文件路径)
日志.输出(cmd)
# 日志.输出(cmd)
运行命令(cmd)


Expand Down

0 comments on commit a7a8d67

Please sign in to comment.