From 82efa44f0c79f134197b703de33a70ea028f7a70 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Wed, 11 Oct 2023 01:02:16 +0200
Subject: [PATCH] Improve code consistency

---
 dev/test_mb_2024_0_mux_2024.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index 1a6d1b44..9479c474 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -41,7 +41,7 @@ if stand_alone:
 # mux as part of a OhmPiHardware system
 if part_of_hardware_system:
     from ohmpi.hardware_system import OhmPiHardware
-    print('Starting test of mux as part of a OhmPiHardware system.')
+    print('Starting test of as part of an OhmPiHardware system.')
 
     k = OhmPiHardware()
     k.exec_logger.setLevel(logging.DEBUG)
@@ -55,7 +55,7 @@ if within_ohmpi:
     from ohmpi.ohmpi import OhmPi
     # from ohmpi.plots import plot_exec_log
 
-    print('Starting test of mux within OhmPi.')
+    print('Starting test with OhmPi.')
     k = OhmPi()
     #A, B, M, N = (32, 29, 31, 30)
     k.reset_mux()
-- 
GitLab