ESMCI / ESMCI/visualCaseGen

Create New Case capture output?

Open
#25 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.