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
Raw File
pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
back to top