Revision 9a12fd20a6af1da27d128bb4710f7f41c36363ad authored by James Foucar on 05 April 2023, 15:44:11 UTC, committed by GitHub on 05 April 2023, 15:44:11 UTC
check_input_data: Expand SharedArea coverage to entire implementation

Users are reporting directories in the input file area that have locked-down permissions. I did see several os.makedirs calls in check_input_data.py that fell outside SharedArea contexts. I think the easiest thing is to just do the entire implementation in a SharedArea.

Test suite: by-hand, pylint
Test baseline:
Test namelist changes:
Test status: bfb

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:
2 parent s 1ae7b78 + 50d1332
History
File Mode Size
.github
CIME
doc
docker
scripts
tools
utils
.git-blame-ignore-revs -rw-r--r-- 113 bytes
.gitignore -rw-r--r-- 485 bytes
.gitmodules -rw-r--r-- 0 bytes
.nojekyll -rw-r--r-- 0 bytes
.pre-commit-config.yaml -rw-r--r-- 820 bytes
CMakeLists.txt -rw-r--r-- 4.8 KB
CONTRIBUTING.md -rw-r--r-- 4.9 KB
ChangeLog -rw-r--r-- 1.0 MB
ChangeLog_template -rw-r--r-- 415 bytes
Externals.cfg -rw-r--r-- 1.0 KB
LICENSE.TXT -rw-r--r-- 2.3 KB
MANIFEST.in -rw-r--r-- 91 bytes
README.md -rw-r--r-- 2.2 KB
conftest.py -rw-r--r-- 1.2 KB
index.html -rw-r--r-- 444 bytes
pyproject.toml -rw-r--r-- 90 bytes
setup.cfg -rw-r--r-- 676 bytes
setup.py -rw-r--r-- 481 bytes

README.md

back to top