Skip to content

Commit 2481ef6

Browse files
committed
Fix import of moved method
1 parent 6920f5e commit 2481ef6

File tree

1 file changed

+2
-1
lines changed
  • components/mpas-ocean/cime_config/SystemTests

1 file changed

+2
-1
lines changed

components/mpas-ocean/cime_config/SystemTests/mvko.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import netCDF4 as nc
1919

2020
import CIME.test_status
21+
from CIME.status import append_testlog
2122
import CIME.utils
2223
from CIME.SystemTests.system_tests_common import SystemTestsCommon
2324
from CIME.case.case_setup import case_setup
@@ -394,4 +395,4 @@ def _compare_baseline(self):
394395
f" {viewing}"
395396
)
396397

397-
CIME.utils.append_testlog(comments, self._orig_caseroot)
398+
append_testlog(comments, self._orig_caseroot)

0 commit comments

Comments
 (0)