Lines Matching refs:RESET
546 logger.error("see: " + Fore.YELLOW + filename + Fore.RESET)
902 status = Fore.RED + txt + Fore.RESET + instance.reason
910 Fore.RESET,
915 status = Fore.YELLOW + "SKIPPED" + Fore.RESET
920 status = Fore.GREEN + "PASSED" + Fore.RESET
928 status = Fore.YELLOW + "UNKNOWN" + Fore.RESET
965 Fore.RESET,
967 Fore.YELLOW if results.skipped_configs > 0 else Fore.RESET,
969 Fore.RESET,
970 Fore.RED if results.failed > 0 else Fore.RESET,
972 Fore.RESET,
973 Fore.RED if results.error > 0 else Fore.RESET,
975 Fore.RESET