Lines Matching refs:warn
65 self.warn = [] # List of warnings we have collected
186 self.warn.append("Missing 'END' in section '%s'" % self.in_section)
196 self.warn.append("Unknown section '%s'" % self.in_section)
203 self.warn.append("Missing 'blank line' in section 'Series-changes'")
218 self.warn.append("Unknown section '%s'" % self.in_section)
296 self.warn.append("Ignoring %s" % line)
313 self.warn.append('Line %d/%d has space before tab' %
345 self.warn.append('Found %d lines after TEST=' %
377 self.warn.append("Found possible blank line(s) at "
467 return ps.warn
487 for warn in result:
488 print('\t', warn)