EUDAT-B2HANDLE / PYHANDLE

Python library for HANDLE system
https://EUDAT-B2HANDLE.github.io/PYHANDLE/
Apache License 2.0
8 stars 13 forks source link

Fixed a typo that prevented retuning useful info to user. #105

Closed merretbuurman closed 1 year ago

merretbuurman commented 1 year ago

This typo prevented the users to know the details about an error in the REST HTTP interaction.

merretbuurman commented 1 year ago

I added two commits to add a PyhandleBaseException, which all of pyhandle's exceptions inherit from, to enable catching all of them in a line.

themiszamani commented 1 year ago

+1