Skip to content

Commit

Permalink
Rename xtalforms.yaml to crystalforms.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Jan 17, 2024
1 parent e9dded9 commit 8b97b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
c.logger.info("collator: ", args)


meta, num_errors, num_warnings = c.validate()
meta = c.validate()

if not args.validate:
if meta is None or num_errors:
Expand Down

0 comments on commit 8b97b8c

Please sign in to comment.