From 1e45dc212b1a33f8e5f78432418f447d8c5ab94c Mon Sep 17 00:00:00 2001 From: Matt Way Date: Wed, 21 Aug 2024 22:23:18 +1000 Subject: [PATCH] Fix message when a picture cannot be found not containing a newline --- 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 7c7fdf8..a3c09e1 100644 --- a/csv-normaliser/main.php +++ b/csv-normaliser/main.php @@ -86,7 +86,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) { } } if ($picture === "") { - print("Failed to identify picture for " . $candidateName); + print("Failed to identify picture for " . $candidateName . "\n"); } array_push(