petrakopic / fixit

A smart bot that listens to issues, gets tagged for action, automatically solves them, and opens a pull request with the fix.
MIT License
0 stars 0 forks source link

Improve error handling #46

Closed petrakopic closed 2 hours ago

petrakopic commented 2 hours ago

Improve error handling in the main.py file by replacing general exception handling with more specific error classes.

Implement custom exceptions in the service/parser.py file, services/github_client.py file and services/git.py file if needed.

petrakopic commented 2 hours ago

🤖 Fixit Agent has created a solution! Review the changes here: https://github.com/petrakopic/fixit/pull/47