AOSSIE-Org / AOSSIE-Org/PictoPy
fix: improve SQLite error handling in metadata.py
未关闭
- 主要语言
- Python
- 星标
- 283
- 派生
- 679
- 平均合并
- 7 天 2 小时
- 30 天内合并 PR
- 3
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。