Skip to content

Commit

Permalink
new distribution exe
Browse files Browse the repository at this point in the history
  • Loading branch information
jim4work committed May 4, 2021
1 parent 4949ffa commit f299b33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/py2aardio.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion test/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def user_context(self):

def init(self):
if self._init:
# with 语句, 没法转换:(
# with 语句, 没法转换
with ExecutionContext(EXECUTION_PHASE.ON_INIT):
with ModifyExceptionFromType(EXC_TYPE.USER_EXC):
self._init(self._user_context)
Expand Down

0 comments on commit f299b33

Please sign in to comment.