Fix message when a picture cannot be found not containing a newline
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user