Skip to content

Commit

Permalink
fix schema for v2
Browse files Browse the repository at this point in the history
;
  • Loading branch information
jedwards4b committed Dec 15, 2023
1 parent a449611 commit 463b11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/XML/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
),
}
# Before v3 there was but one choice
if not schema:
if not schema["3.0"]:
schema = files.get_schema("MACHINES_SPEC_FILE")

logger.debug("Verifying using schema {}".format(schema))
Expand Down

0 comments on commit 463b11e

Please sign in to comment.