Commit 13bab97c authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fix typo

Showing with 1 addition and 1 deletion
+1 -1
......@@ -935,7 +935,7 @@ class OhmPi(object):
cmd_id : str, optional
Unique command identifier
"""
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:
self._hw.test_mux(activation_time=activation_time)
else:
......
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