Skip to content

Commit 75a6581

Browse files
authored
Merge pull request #140 from dathere/typo-fix
Fix calling package action for resource
2 parents e059b8a + 088ae6d commit 75a6581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
14341434
"AUTO-ALIASING. Auto-alias-unique: {} ...".format(auto_alias_unique)
14351435
)
14361436
# get package info, so we can construct the alias
1437-
package = get_package(resource["package_id"], ckan_url, api_key)
1437+
package = get_package(resource["package_id"])
14381438

14391439
resource_name = resource.get("name")
14401440
package_name = package.get("name")

0 commit comments

Comments
 (0)