diff --git a/core/v1_importers/models.py b/core/v1_importers/models.py index c0d6367cf..f117c0755 100644 --- a/core/v1_importers/models.py +++ b/core/v1_importers/models.py @@ -724,7 +724,7 @@ def process_line(self, line): # pylint: disable=too-many-locals,too-many-statem data['created_at'] = get(created_at, '$date') data['updated_at'] = get(updated_at, '$date') mnemonic = data.get('mnemonic') - data['organization'] = self.get_org(parent_id) + data['organization'] = self.get_org(internal_reference_id=parent_id) self.log("Processing: {} ({}/{})".format(mnemonic, self.processed, self.total)) uri = data['uri']