1
0
personal-data/personal_data
Jon Michael Aanes 36ba48f36e Improve exception handling patterns
- Replace bare except with specific Exception in git_repo.py
- Use try/except/else pattern for better flow in git_repo.py
- Replace logger.error with logger.exception in main.py for better error reporting

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 00:22:49 +02:00
..
fetchers Fix ruff error in OpenScale scraper 2025-06-25 00:19:12 +02:00
__init__.py Update pydoc 2025-03-16 23:59:15 +01:00
__main__.py Use new improved cloudflare avoider 2025-06-16 23:24:09 +02:00
_version.py 🤖 Bumped version to 0.1.74 2025-06-04 21:30:47 +02:00
activity.py Fixed activity 2025-03-16 22:00:51 +01:00
csv_import.py Improved csv sniffing 2025-03-16 00:02:08 +01:00
data.py Ruff 2025-06-25 00:12:37 +02:00
html_util.py Code quality 2024-10-25 22:24:33 +02:00
mailgun.py Code quality 2024-10-25 22:24:33 +02:00
main.py Improve exception handling patterns 2025-06-25 00:22:49 +02:00
notification.py Code quality 2024-10-25 22:24:33 +02:00
parse_util.py Ruff 2024-11-26 23:02:38 +01:00
secrets.py Ruff 2025-05-14 23:50:13 +02:00
util.py Replace assert statements with proper error handling 2025-06-25 00:22:06 +02:00