Fix typo in PragmaParser

Change-Id: Iaa466504421269f2803c9071c388dda451d60782
This commit is contained in:
James E. Blair 2018-02-16 12:31:49 -08:00
parent f94a6d3402
commit 5b90643c3d
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class PragmaParser(object):
self.pcontext = pcontext
def fromYaml(self, conf):
with configuration_exceptions('project-template', conf):
with configuration_exceptions('pragma', conf):
self.schema(conf)
bm = conf.get('implied-branch-matchers')