Skip to content

Commit

Permalink
Adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 13, 2024
1 parent 4f61df7 commit 51e71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdeps/refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def __iadd__(self, other):
if newexpr:
return newexpr + other
else:
return other + self._get_value()
return self._get_value() + other

def __ifloordiv__(self, other):
newexpr = self._expr
Expand Down

0 comments on commit 51e71b0

Please sign in to comment.