Skip to content

Commit

Permalink
Fix typo on #96.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Dec 20, 2024
1 parent 9faf6a3 commit 8c8c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def is_record_in_scope(target, threshold, geohash_sim_size=4, historic=False):
if str(target['series']) != '2010':
return False
else:
if str{target['series']) == '2010':
if str(target['series']) == '2010':
return False

if abs(float(target['unitSize'])) <= 1.0001:
Expand Down

0 comments on commit 8c8c826

Please sign in to comment.