Commit acefd517 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Attempts to fix property issue in TxAbstract init

Showing with 1 addition and 1 deletion
+1 -1
......@@ -155,7 +155,7 @@ class Tx(TxAbstract):
@property
def polarity(self):
return super().polarity
return TxAbstract.polarity.fget(self)
@polarity.setter
def polarity(self, value):
......
Supports Markdown
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