Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Nov 21, 2017
1 parent 66b7cdb commit d465a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def obffuscate_python_scripts(output, filename):
p.wait()

def check_default_capsule():
if not os.path.exists('pyarmor.py'):
return
capsule = 'project.zip'
if os.path.exists(capsule):
logging.info('Use capsule: %s', capsule)
Expand Down

0 comments on commit d465a2a

Please sign in to comment.