Skip to content

Commit

Permalink
Imports | fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 21, 2022
1 parent 161f842 commit 868a702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/importers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def run(self): # pylint: disable=too-many-branches,too-many-statements,too-many
mapping_importer = MappingImporter(item, self.user, self.update_if_exists)
_result = mapping_importer.run()
parent_url = mapping_importer.instance.parent.uri
if parent_url not in new_concept_ids:
if parent_url not in new_mapping_ids:
new_mapping_ids[parent_url] = []
new_mapping_ids[parent_url].append(mapping_importer.instance.mnemonic)
self.handle_item_import_result(_result, original_item)
Expand Down

0 comments on commit 868a702

Please sign in to comment.