From 13bab97c90e0758bedd2a79bc3de8b4d3a59ec82 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 21 Nov 2023 11:18:16 +0100 Subject: [PATCH] Fix typo --- ohmpi/ohmpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index 62485295..969261c6 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: -- GitLab