Skip to content

Commit

Permalink
black reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 9, 2024
1 parent 22c7bea commit 358381f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CIME/SystemTests/eri.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
CIME ERI test This class inherits from SystemTestsCommon
"""

from CIME.XML.standard_module_setup import *
from CIME.utils import safe_copy
from CIME.SystemTests.system_tests_common import SystemTestsCommon
Expand Down Expand Up @@ -34,7 +35,7 @@ def _helper(dout_sr, refdate, refsec, rundir):
os.mkdir(rundir)
elif os.path.exists(dst):
os.remove(dst)
if not 'rpointer' in item:
if not "rpointer" in item:
os.symlink(item, dst)

for item in glob.glob("{}/*rpointer*".format(rest_path)):
Expand Down

0 comments on commit 358381f

Please sign in to comment.