Skip to content

Commit

Permalink
Update _parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 27, 2016
1 parent a98bf34 commit 1cb3b14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/py/autowig/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ def post_processing(asg, flags, **kwargs):
return asg

def bootstrap(asg, flags, **kwargs):
if 'env' in kwargs:
env = kwargs.get('env')
if 'autowig_parser_bootstrap' in env:
kwargs['bootstrap'] = env['autowig_parser_bootstrap']
if 'autowig_parser_maximum' in env:
kwargs['maximum'] = env['autowig_parser_maximum']
bootstrap = kwargs.pop('bootstrap', True)
maximum = kwargs.pop('maximum', 1000)
if bootstrap:
Expand Down

0 comments on commit 1cb3b14

Please sign in to comment.