From 6b432f3de63182084e69627ec5a839a608c4ccb6 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 27 Dec 2022 09:10:50 -0300 Subject: [PATCH] [sub-PCBs] Just a debug message when we restore excluded components --- kibot/var_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/var_base.py b/kibot/var_base.py index 5f44523c..c4714533 100644 --- a/kibot/var_base.py +++ b/kibot/var_base.py @@ -111,6 +111,7 @@ class SubPCBOptions(PanelOptions): # Undo the sub-PCB: just reload the PCB GS.load_board(forced=True) # Restore excluded components + logger.debug('Restoring components outside the sub-PCB') for c in self._excl_by_sub_pcb: comps_hash[c].included = True