Skip to content

Commit

Permalink
merge: #141 from patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Nov 23, 2023
2 parents a77d0ac + 4fe216a commit e90082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/versioned_datastore/lib/downloads/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def generate_core(self):
and v != common.NON_DATASTORE_VERSION
}

resource_totals = {k: None for k in self.core_record.resource_ids_and_versions}
resource_totals = {k: 0 for k in self.core_record.resource_ids_and_versions}
field_counts = {k: None for k in self.core_record.resource_ids_and_versions}

# get info for resources that weren't just generated first, so we know if they
Expand Down

0 comments on commit e90082e

Please sign in to comment.