Skip to content

Commit

Permalink
Merge pull request #742 from pelson/parse_again_api
Browse files Browse the repository at this point in the history
Avoided chaning the API for MetaData.parse_again.
  • Loading branch information
msarahan committed Jan 27, 2016
2 parents 7408198 + 6d0edbd commit 3c495b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def __init__(self, path):
# In the second pass, we'll be more strict. See build.build()
self.parse_again(permit_undefined_jinja=True)

def parse_again(self, permit_undefined_jinja):
def parse_again(self, permit_undefined_jinja=False):
"""Redo parsing for key-value pairs that are not initialized in the
first pass.
Expand Down

0 comments on commit 3c495b3

Please sign in to comment.