Lines Matching refs:badfiles
934 badfiles = []942 badfiles.append(f)947 if len(badfiles) > 0:948 msg = "these files use spaces for indentation (use tabs instead):\n\t" + "\n\t".join(badfiles)