diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py
index 6248529558fb2178a2ee7feb62ed175a376e144c..969261c6a360b7cc8d19d717690b3be5114aba11 100644
--- a/ohmpi/ohmpi.py
+++ b/ohmpi/ohmpi.py
@@ -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: