Skip to content

Commit

Permalink
Handle broken version of G:C:Opencage
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 15, 2019
1 parent 9d7a3da commit 993783a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/geo-free-test
Expand Up @@ -23,6 +23,7 @@ while(my $line = <$fin>) {
next if($line =~ /\d%/);

my ($place, $people) = split(/:\s/, $line);
next unless($people);
$people =~ s/[\r\n]//;

run($place, $people);
Expand Down

0 comments on commit 993783a

Please sign in to comment.