Skip to content

Commit

Permalink
remove redundent ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 1, 2023
1 parent a5779ab commit 5657125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/XML/grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, infile=None, files=None, comp_interface=None):
schema = files.get_schema("GRIDS_SPEC_FILE")
expect(
os.path.isfile(infile) and os.access(infile, os.R_OK),
f"ERROR: grid file not found {infile}",
f" grid file not found {infile}",
)
try:
GenericXML.__init__(self, infile, schema)
Expand Down

0 comments on commit 5657125

Please sign in to comment.