Skip to content

Commit

Permalink
Changes applied by linter (black)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Nov 3, 2023
1 parent 603b530 commit 627a3bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CIME/case/case_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

logger = logging.getLogger(__name__)


###############################################################################
def _build_usernl_files(case, model, comp):
###############################################################################
Expand Down Expand Up @@ -406,10 +407,11 @@ def _case_setup_impl(
)
if comp == "cam":
camroot = case.get_value("COMP_ROOT_DIR_ATM")
camoptions = case.get_value("CAM_CONFIG_OPTS")
logger.debug("Running cam.case_setup.py")
run_cmd_no_fail(
"python {cam}/cime_config/cam.case_setup.py {cam} {case}".format(cam=camroot, case=caseroot)
"python {cam}/cime_config/cam.case_setup.py {cam} {case}".format(
cam=camroot, case=caseroot
)
)

_build_usernl_files(case, "drv", "cpl")
Expand Down

0 comments on commit 627a3bc

Please sign in to comment.