Skip to content

Commit

Permalink
Fix park lat and lon (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Sep 2, 2024
1 parent 7802093 commit c57ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bims/scripts/occurrences_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def location_site(self, record):
]['lat']
longitude = self.parks_data[
park_name_low
]['lat']
]['lon']
else:
self.handle_error(
row=record,
Expand Down

0 comments on commit c57ed90

Please sign in to comment.