Lines Matching refs:errors
40 errors = stdout.splitlines()42 if errors and errors[0] == 'Starting audit...':43 del errors[0]44 if errors and errors[-1] == 'Audit done.':45 del errors[-1]48 errors = [x for x in errors if 'warning: ' not in x]49 if not errors:54 for error in errors: