Skip to content

Commit

Permalink
Update load.py
Browse files Browse the repository at this point in the history
  • Loading branch information
motey authored May 21, 2021
1 parent e2b9178 commit a980838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataloader/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def loader(self):
"applicant": "Entity",
}
self._loader.config_dict_property_name_override = {
"Entity": {"inventor": "name", "owner": "name", "applicant": "name"},
"Entity": {"inventor": "name", "owner": "name", "applicant": "name", "Entity": "name"},
"LensID": {"LensID": "id", "lens_id": "id"},
}
self._loader.config_list_default_primarykeys = [
Expand Down

0 comments on commit a980838

Please sign in to comment.