[MERGE] forward port of branch 7.0 up to 3add4f6

This commit is contained in:
Christophe Simonis 2015-07-07 15:40:31 +02:00
commit dbe60c7bce
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ class YamlInterpreter(object):
if not el.attrib.get('on_change', False):
continue
match = re.match("([a-z_1-9A-Z]+)\((.*)\)", el.attrib['on_change'])
match = re.match("([a-z_1-9A-Z]+)\((.*)\)", el.attrib['on_change'], re.DOTALL)
assert match, "Unable to parse the on_change '%s'!" % (el.attrib['on_change'], )
# creating the context