Skip to content

Commit

Permalink
updated update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 4, 2021
1 parent 70b1fd4 commit 03c9d16
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 @@ -233,7 +233,7 @@ def get_items(self):
yield {"chemsys": chemsys, "materials": all_mats_in_chemsys}

def update_targets(self, items: List):
# items = list(filter(None, chain.from_iterable(items)))
items = list(filter(None, chain.from_iterable(items)))
if len(items) > 0:
self.logger.info("Updating {} sgroups documents".format(len(items)))
for struct_group_dict in items:
Expand Down

0 comments on commit 03c9d16

Please sign in to comment.