Lines Matching defs:error
29 error = False32 error = True35 error = True39 return not error42 error = False46 error = True48 return not error52 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error")62 error = not checkWhitespace(files)64 if error: