AOSSIE-Org / AOSSIE-Org/PictoPy
fix: improve SQLite error handling in metadata.py
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 283
- Forks
- 679
- Merge medio
- 7 d 2 h
- PR fusionados (30 d)
- 3
Descripción
metadata.py has two problems:
Uses broad except Exception instead of sqlite3.Error
Uses print() instead of logging for error reporting
db_create_metadata_table has no exception handling at all
I'd like to fix this. Assigning myself.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.