kuhnertdm / wow-addon-updater

Python script for mass-updating World of Warcraft addons
GNU General Public License v3.0
116 stars 28 forks source link

Raise exceptions for HTTP errors, don't try to continue #36

Closed zurohki closed 6 years ago

zurohki commented 6 years ago

We seem to still be getting into trouble in some places when the server returns an error page - trying to parse the error page and getting breakage. Raising exceptions will make the try/except code do its thing and abort.

kuhnertdm commented 6 years ago

Merged, thank you