materialsproject / emmet

Be a master builder of databases of material properties. Avoid the Kragle.
https://materialsproject.github.io/emmet/
Other
49 stars 63 forks source link

Bug risk in CLI #958

Closed Andrew-S-Rosen closed 4 months ago

Andrew-S-Rosen commented 4 months ago

Problem

https://github.com/materialsproject/emmet/blob/876cfc4f4db9edfaedda671803fbc8858f440fee/emmet-cli/emmet/cli/utils.py#L464

This line calls .structure_entry, but to the best of my knowledge there is no such attribute. I think it's just .entry?

Proposed Solution

Swap out the attribute.

Alternatives

No response