Skip to content
Commit e1705676 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.wlgen.rta: Fix __add__ implementation

Do not modify the object inplace for the regular addition, since the left
operand might very well be reused, and is not supposed to be modified by the
addition.

Add __iadd__ implementation if inplace modification is needed.
parent c9a11788
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment