Skip to content

Commit 7a3be6e

Browse files
committed
Fix typo in logging message
1 parent b2fe675 commit 7a3be6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/analysis/defects/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def defect_structure(self) -> Structure:
711711
inter_states = self.site.specie.common_oxidation_states
712712
if len(inter_states) == 0:
713713
_logger.warning(
714-
"No oxidation states found for %s. "
714+
"No oxidation states found for %s "
715715
"in ICSD using `oxidation_states` without frequency ranking.",
716716
self.site.specie.symbol,
717717
)

0 commit comments

Comments
 (0)