Skip to content

Commit

Permalink
Let the address parsers go out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 21, 2023
1 parent ee9e9ef commit 03ec4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1363,10 +1363,10 @@ flush_queue($dbh, $redis);

my $inserts = 0;

my %address_parsers;

# my $wof_global_dbh;
if(my $whosonfirst = $ENV{'WHOSONFIRST_HOME'}) {
my %address_parsers;

# Find all of the .geojson files in $WHOSONFIRST_HOME
foreach my $geojson_file (create_tree_from_git($whosonfirst, 0)) {
$| = 1;
Expand Down

0 comments on commit 03ec4b2

Please sign in to comment.