Skip to content

Commit

Permalink
should be case not self
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 26, 2024
1 parent ac991f0 commit 7b6e8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/case/case_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _submit(
)
# only checks for the first instance in a multidriver case
if case.get_value("COMP_INTERFACE") == "nuopc":
rpointer = self.get_value("DRV_RESTART_POINTER")
rpointer = case.get_value("DRV_RESTART_POINTER")
if not rpointer:
rpointer = "rpointer.cpl"
if case.get_value("NINST") > 1:
Expand Down

0 comments on commit 7b6e8df

Please sign in to comment.