Fix typo in csv normaliser log message
This commit is contained in:
@@ -65,7 +65,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
|
||||
continue;
|
||||
}
|
||||
|
||||
print("Adding candidate to " . $candidateName . " to ". $currentWard . "\n");
|
||||
print("Adding candidate " . $candidateName . " to ". $currentWard . "\n");
|
||||
|
||||
$name_split = explode(" ", $data[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user