Commit d89b3816 authored by Rafael Monnerat's avatar Rafael Monnerat

fixup! erp5_core: Expand simulation with priority 2

parent 86582ccc
......@@ -100,7 +100,7 @@ class SimulableMixin(Base):
applied_rule = self._createRootAppliedRule()
expand_root = applied_rule is not None
activate_kw = {'tag': 'build:'+self.getPath(),
'priotity': 2}
'priority': 2}
if expand_root:
applied_rule.expand(activate_kw=activate_kw)
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment