Use warnings-module for the most important warning messages
Abierto
Small improvement 🔧 / bug fix 🐛
- Lenguaje dominante
- Python
- Estrellas
- 2
- Forks
- 2
- Merge medio
- 5 d 23 h
- PR fusionados (30 d)
- 2
Descripción
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).
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.