Skip to content

Commit

Permalink
Merge pull request #140 from dathere/typo-fix
Browse files Browse the repository at this point in the history
Fix calling package action for resource
  • Loading branch information
tino097 committed May 22, 2024
2 parents e059b8a + 088ae6d commit 75a6581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher_plus/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
"AUTO-ALIASING. Auto-alias-unique: {} ...".format(auto_alias_unique)
)
# get package info, so we can construct the alias
package = get_package(resource["package_id"], ckan_url, api_key)
package = get_package(resource["package_id"])

resource_name = resource.get("name")
package_name = package.get("name")
Expand Down

0 comments on commit 75a6581

Please sign in to comment.