Skip to content

Commit

Permalink
Prevent double ignore_fields argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Apr 15, 2021
1 parent f58f6f1 commit 6d13830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdx/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def _dataset_merge_hdx_update(self, update_resources, match_resources_by_metadat
updated_resource = updated_resources[updated_resource_matches[i]]
logger.warning('Resource exists. Updating %s' % resource['name'])
hdx.data.filestore_helper.FilestoreHelper.dataset_merge_filestore_resource(
resource, updated_resource, filestore_resources, resource_index, **kwargs)
resource, updated_resource, filestore_resources, resource_index, **kwargs)
for resource_index in updated_resource_no_matches:
updated_resource = updated_resources[resource_index]
hdx.data.filestore_helper.FilestoreHelper.check_filestore_resource(
Expand Down

0 comments on commit 6d13830

Please sign in to comment.