Commit 7ae5f967 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Merge branch 'code_refactor' of https://gitlab.irstea.fr/reversaal/OhmPi into code_refactor

Showing with 1 addition and 1 deletion
+1 -1
......@@ -149,7 +149,7 @@ class Tx(TxAbstract):
def inject(self, polarity=1, inj_time=None):
self.polarity = polarity
TxAbstract.inject(self, polarity=polarity, inj_time=None)
TxAbstract.inject(self, polarity=polarity, inj_time=inj_time)
@property
def polarity(self):
......
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