Fixed big typo error.
This commit is contained in:
parent
53f692b802
commit
443d690ac8
|
@ -285,7 +285,7 @@ def harvest_objects_import(context, data_dict):
|
|||
|
||||
segments = context.get('segments')
|
||||
|
||||
join_datasets = context.get('join_datasets', rue)
|
||||
join_datasets = context.get('join_datasets')
|
||||
|
||||
if source_id:
|
||||
source = HarvestSource.get(source_id)
|
||||
|
|
Loading…
Reference in New Issue