Skip to content

Commit

Permalink
mvk
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Mar 6, 2013
1 parent 230a864 commit 8eac9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/listing.py
Expand Up @@ -165,7 +165,7 @@ def _parsedate(rawdate):

def _clean_permit_application_number(n):
'Clean up the permit application number.'
if n[:3] == 'MVN':
if n[:3] == in {'MVN', 'MVK'}:
return _clean_mvn_permit_application_number(n)
elif n[:3] == 'CEM':
return _clean_cem_permit_application_number(n)
Expand Down

0 comments on commit 8eac9fa

Please sign in to comment.