barosl / homu

A bot that integrates with GitHub and your favorite continuous integration service
http://homu.io/
MIT License
661 stars 102 forks source link

Adds try/except around requests calls #143

Closed ashcrow closed 7 years ago

ashcrow commented 8 years ago

Instead of throwing a trace the exception is caught and logged. If the call happens at an HTTP endpoint the proper abort() occurs.