We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6920f5e commit 2481ef6Copy full SHA for 2481ef6
components/mpas-ocean/cime_config/SystemTests/mvko.py
@@ -18,6 +18,7 @@
18
import netCDF4 as nc
19
20
import CIME.test_status
21
+from CIME.status import append_testlog
22
import CIME.utils
23
from CIME.SystemTests.system_tests_common import SystemTestsCommon
24
from CIME.case.case_setup import case_setup
@@ -394,4 +395,4 @@ def _compare_baseline(self):
394
395
f" {viewing}"
396
)
397
- CIME.utils.append_testlog(comments, self._orig_caseroot)
398
+ append_testlog(comments, self._orig_caseroot)
0 commit comments