From 36897255a42224929bcbd949f695fee04238ad7d Mon Sep 17 00:00:00 2001 From: Matt Way Date: Tue, 3 Sep 2024 19:57:16 +1000 Subject: [PATCH] Output csv-normaliser "failed to find picture" messages in red --- csv-normaliser/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-normaliser/main.php b/csv-normaliser/main.php index 77b8ee1..fd68787 100644 --- a/csv-normaliser/main.php +++ b/csv-normaliser/main.php @@ -108,7 +108,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) { } } if ($picture === "") { - print("Failed to identify picture for " . $candidateName . "\n"); + print("\033[31mFailed to identify picture for " . $candidateName . "\033[0m\n"); } $rating = $data[2];