Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent 9269a57 commit e34a511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymatgen/db/creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def post_process(self, dir_name, d):
d["icsd_id"] = int(m.group(1))
except Exception:
logger.warning("Cannot parse ICSD from transformations file.")
pass
else:
logger.warning("Transformations file does not exist.")

Expand Down

0 comments on commit e34a511

Please sign in to comment.