Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
typo in company scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Apr 15, 2020
1 parent 0802dd3 commit 4d2fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findthatcharity_import/spiders/base_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def parse_company_number(self, coyno):
return None

# dummy company number sometimes used
if coyno.rjust(8. "0") in ('01234567', '12345678'):
if coyno.rjust(8, "0") in ('01234567', '12345678'):
return None

if coyno.isdigit():
Expand Down

0 comments on commit 4d2fd66

Please sign in to comment.