Removed debug message about KiCad bug, now we are using a workaround.

This commit is contained in:
Salvador E. Tropea 2021-02-10 14:13:07 -03:00
parent 12bfa88677
commit 7861f6efe6
1 changed files with 1 additions and 2 deletions

View File

@ -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