We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b1e47 commit 6367e6bCopy full SHA for 6367e6b
1 file changed
pywps/app/Service.py
@@ -190,6 +190,7 @@ def launch_next_process(self):
190
self._run_async(process, wps_request, wps_response)
191
except Exception as e:
192
LOGGER.exception("Could not run stored process. {}".format(e))
193
+ return False
194
return True
195
196
# This function may not raise exception and must return a valid wps_response
0 commit comments