Create New Case capture output?
Open
question
- Dominant language
- Python
- Stars
- 16
- Forks
- 4
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 1
Description
In this line in case_creator for running the create_newcase CIME command:
```
runout = subprocess.run(cmd, shell=True, capture_output=True)
```
If create_newcase has a prompt for output (in this specific case, replace, abort, etc..). the command hangs. Do we need to capture output? If we don't capture output, the user would see the prompt and maybe would be a bit clearer
Contributor guide
Assessment
This issue has not been assessed yet.