diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/import-did-inventory | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory index f3646647e..ead4b7464 100644 --- a/bin/import-did-inventory +++ b/bin/import-did-inventory @@ -164,8 +164,7 @@ sub suffer {      ### LATA ### -    fatal("no lata found for latanum $latanum") unless exists($latas{$latanum})  -        || $latanum == 460; +    fatal("no lata found for latanum $latanum") unless exists($latas{$latanum});      # unsurprisingly, our idea of a LATA name doesn't always match their idea       # of the same. Specifically, they randomly expand the state portion and  | 
