Lines Matching refs:warn
66 self.warn = [] # List of warnings we have collected
187 self.warn.append("Missing 'END' in section '%s'" % self.in_section)
197 self.warn.append("Unknown section '%s'" % self.in_section)
204 self.warn.append("Missing 'blank line' in section 'Series-changes'")
219 self.warn.append("Unknown section '%s'" % self.in_section)
297 self.warn.append("Ignoring %s" % line)
314 self.warn.append('Line %d/%d has space before tab' %
346 self.warn.append('Found %d lines after TEST=' %
378 self.warn.append("Found possible blank line(s) at "
468 return ps.warn
488 for warn in result:
489 print('\t', warn)