Skip to content

Commit

Permalink
minor fix ofr erddap crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Oct 8, 2024
1 parent 55109de commit c2f5af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospaas_harvesting/crawlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def get_coverage(self, id_attributes):
break

if time_coverage_start is None or time_coverage_end is None or not trajectory:
raise RuntimeError(f"Could not determine coverage for dataset {dataset_id}")
raise RuntimeError(f"Could not determine coverage for dataset {id_attributes}")

return ((time_coverage_start, time_coverage_end), trajectory)

Expand Down

0 comments on commit c2f5af3

Please sign in to comment.