Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 4, 2021
1 parent 90d025a commit 2012d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/materials/electrodes.py
Expand Up @@ -398,7 +398,7 @@ def unary_function(self, item):
grouped_entries=entries,
working_ion_entry=working_ion_entry,
task_id=item["task_id"],
host_structure=host_structure.as_dict(),
host_structure=host_structure,
)
if ie is None:
return {"failed_reason": "unable to create InsertionElectrode document"}
Expand Down

0 comments on commit 2012d20

Please sign in to comment.