From c4671cde38e06135699b96622a186b41afc19087 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Thu, 27 Apr 2023 14:10:55 +0200
Subject: [PATCH] Works on issue #101

---
 hardware_components/abstract_hardware_components.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hardware_components/abstract_hardware_components.py b/hardware_components/abstract_hardware_components.py
index e9068c6f..9d346532 100644
--- a/hardware_components/abstract_hardware_components.py
+++ b/hardware_components/abstract_hardware_components.py
@@ -47,6 +47,7 @@ class MuxAbstract(ABC):
         self.exec_logger.debug(f'MUX {self.board_id} ({self.board_name}) initialization')
         self.controller = kwargs.pop('controller', None)
         cabling = kwargs.pop('cabling', None)
+        print(f'cabling: {cabling}')
         self._cabling = {}
         if cabling is not None:
             for k, v in cabling:
-- 
GitLab