We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrastructure Update
In cime6.1.12 the location of append_testlog was moved in cime. So the PLB, SCT, SUB, and TMC test scripts need to be updated.
from CIME.utils import append_testlog
Needs to be changed to
from CIME.status import append_testlog
No
The text was updated successfully, but these errors were encountered:
@brian-eaton - would this be a candidate for your PR #1131?
Sorry, something went wrong.
fix issue ESCOMP#1134
87c66bd
brian-eaton
No branches or pull requests
Issue Type
Infrastructure Update
Issue Description
In cime6.1.12 the location of append_testlog was moved in cime. So the PLB, SCT, SUB, and TMC test scripts need to be updated.
from CIME.utils import append_testlog
Needs to be changed to
from CIME.status import append_testlog
Will this change answers?
No
Will you be implementing this yourself?
No
The text was updated successfully, but these errors were encountered: