Python scripts should only create output on success
Open
help wanted
lang-python
type-utils
- Dominant language
- Jupyter Notebook
- Stars
- 314
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
Currently the Python scripts will create malformed files if they die half way through. They should instead use StringIO to create the file in memory and then output the file all together at once so this never happens.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.