Skip to content

Commit

Permalink
Fix get release.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 11, 2024
1 parent 6965f0e commit 0a0f658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/dataload/sources/civic/civic_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def create_todump_list(self, force=False, **kwargs):
if (
force
or not self.src_doc
or not self.release
or (
self.src_doc
and self.src_doc.get("download", {}).get("release") < self.release
Expand Down

0 comments on commit 0a0f658

Please sign in to comment.