geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Fix error messages #453

Closed davidcaron closed 5 years ago

davidcaron commented 5 years ago

Overview

(When an exception is instantiated, it is logged. Even if it's not raised. So don't instantiate it unless there is an actual error)

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)