Skip to content

Commit 44af9ff

Browse files
committed
Fix typos
1 parent 9a5dd90 commit 44af9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
722722
# check if the file is sorted and if it has duplicates
723723
# get the record count, unsorted breaks and duplicate count as well
724724
sort_and_dupe_check = tk.config.get("ckanext.datapusher_plus.sort_and_dupe_check")
725-
dedup = tk.config.get("ckaext.datapusher_plus.dedup")
725+
dedup = tk.config.get("ckanext.datapusher_plus.dedup")
726726

727727
if sort_and_dupe_check or dedup:
728728
logger.info("Checking for duplicates and if the CSV is sorted...")
@@ -1451,7 +1451,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
14511451
# aliases are human-readable, and make it easier to use than resource id hash
14521452
# when using the Datastore API and in SQL queries
14531453
auto_alias = tk.config.get("ckanext.datapusher_plus.auto_alias")
1454-
auto_alias_unique = tk.config.get("ckaenxt.datapusher_plus.auto_alias_unique")
1454+
auto_alias_unique = tk.config.get("ckanext.datapusher_plus.auto_alias_unique")
14551455
alias = None
14561456
if auto_alias:
14571457
logger.info(

0 commit comments

Comments
 (0)