Commit e970d2cf authored by Sebastien Robin's avatar Sebastien Robin

simulation: fixed missing self in a method on rule

parent 5001129e
...@@ -325,7 +325,7 @@ class RuleMixin(Predicate): ...@@ -325,7 +325,7 @@ class RuleMixin(Predicate):
""" """
raise NotImplementedError raise NotImplementedError
def _isProfitAndLossMovement(movement): # applied_rule XXX-JPS add this ? def _isProfitAndLossMovement(self, movement): # applied_rule XXX-JPS add this ?
""" """
Returns True if movement is a profit and loss movement. Returns True if movement is a profit and loss movement.
""" """
......
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