Skip to content

Commit

Permalink
Avoided chaning the API for MetaData.parse_again.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Jan 27, 2016
1 parent 7408198 commit 6d0edbd
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 6d0edbd

Please sign in to comment.