Fix message when a picture cannot be found not containing a newline

This commit is contained in:
2024-08-21 22:23:18 +10:00
parent df513aca8e
commit 1e45dc212b

View File

@@ -86,7 +86,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
} }
} }
if ($picture === "") { if ($picture === "") {
print("Failed to identify picture for " . $candidateName); print("Failed to identify picture for " . $candidateName . "\n");
} }
array_push( array_push(