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

Fixes deprecation

Showing with 1 addition and 1 deletion
+1 -1
...@@ -1153,7 +1153,7 @@ class OhmPi(object): ...@@ -1153,7 +1153,7 @@ class OhmPi(object):
""" """
self.reset_mux() # All mux boards should be reset even if we only want to test one otherwise we might create a shortcut self.reset_mux() # All mux boards should be reset even if we only want to test one otherwise we might create a shortcut
if mux_id is None: if mux_id is None:
self._hw.test_mux(activation_time) self._hw.test_mux(activation_time=activation_time)
else: else:
self._hw.mux_boards[mux_id].test(activation_time=activation_time) self._hw.mux_boards[mux_id].test(activation_time=activation_time)
......
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