Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Mar 16, 2021
1 parent 6cee3ff commit aa6692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/vasp/thermo.py
Expand Up @@ -145,7 +145,7 @@ def process_item(self, item: Tuple[List[str], List[ComputedEntry]]):
)
return []
except Exception as e:
self.logger.error(f"Got unexpected error: {e}")
self.logger.error(f"Got unexpected error while processing {[ent_.entry_id for ent_ in pd_entries]}: {e}")
return []

return [d.dict() for d in docs]
Expand Down

0 comments on commit aa6692c

Please sign in to comment.