diff --git a/configtool/boardpanel.py b/configtool/boardpanel.py index 3379e2a..ab3c039 100644 --- a/configtool/boardpanel.py +++ b/configtool/boardpanel.py @@ -264,20 +264,9 @@ class BoardPanel(wx.Panel): ln = prevLines + ln prevLines = "" - if self.parseCandidateValues(ln): - continue + self.parseDefineName(ln) - if self.parseDefineName(ln): - continue - - # Ignore candidates in the metadata file. - self.candHeatPins = [] - self.candThermPins = [] - self.candProcessors = [] - self.candClocks = [] - self.tempTables = {} gatheringHelpText = False - prevLines = "" for ln in self.userBuffer: if gatheringHelpText: diff --git a/configtool/printerpanel.py b/configtool/printerpanel.py index 5a8f942..f52b7c5 100644 --- a/configtool/printerpanel.py +++ b/configtool/printerpanel.py @@ -229,11 +229,9 @@ class PrinterPanel(wx.Panel): ln = prevLines + ln prevLines = "" - if self.parseDefineName(ln): - continue + self.parseDefineName(ln) gatheringHelpText = False - prevLines = "" for ln in self.userBuffer: if gatheringHelpText: