From 7861f6efe657fc8669da93d99013ef6837057252 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 10 Feb 2021 14:13:07 -0300 Subject: [PATCH] Removed debug message about KiCad bug, now we are using a workaround. --- kibot/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kibot/__main__.py b/kibot/__main__.py index 67cfee60..2ee52ce3 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -238,8 +238,7 @@ def detect_kicad(): GS.kicad_conf_path = GS.kicad_conf_path.replace('/kicad/', '/kicadnightly/') GS.kicad_share_path = GS.kicad_share_path.replace('/kicad/', '/kicadnightly/') else: - logger.debug('Ignore the next message about creating a wxApp, is a KiCad 5 bug (6989)') - # Bug in KiCad, prints to stderr: + # Bug in KiCad (#6989), prints to stderr: # `../src/common/stdpbase.cpp(62): assert "traits" failed in Get(test_dir): create wxApp before calling this` # Found in KiCad 5.1.8, 5.1.9 # So we temporarily supress stderr