Skip to content

Commit

Permalink
<fix> fix clean before unrpyc complete
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 4, 2024
1 parent 39243ad commit fe44edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/unrpyc_python3/unrpyc.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,5 +488,4 @@ def glob_or_complain(s):
io.open(os.path.dirname(args.file) + '/unrpyc.complete', 'w', encoding='utf-8').close()

if __name__ == '__main__':
main()
io.open(os.getcwd()+'/unrpyc.complete', 'w', encoding='utf-8').close()
main()

0 comments on commit fe44edf

Please sign in to comment.