CityOfPhiladelphia / passyunk

A parser/standardizer for Philadelphia addresses
11 stars 4 forks source link

Handle null ranges in election_block lookup #50

Closed Alexander-M-Waldman closed 7 years ago

Alexander-M-Waldman commented 7 years ago

253 PORT ROYAL AVE causes an unhandled error because election_blocks.csv has multiple records with this street name, one of which has null low/high address range numbers. Wrap the lookup here in a try statement.