Use warnings-module for the most important warning messages
Open
Small improvement 🔧 / bug fix 🐛
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 2
Description
Currently we use logging.warning for all warnings, but those might not be noticed by many users. In ERT all warnings from the warnings module will appear when running a job. So we might want to use this warning module for the most important warning messages from ccs-scripts (so splitting all warnings into either minor or major warning).
Contributor guide
Assessment
This issue has not been assessed yet.