Skip to content

Commit 6367e6b

Browse files
committed
fix launch
1 parent 40b1e47 commit 6367e6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pywps/app/Service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def launch_next_process(self):
190190
self._run_async(process, wps_request, wps_response)
191191
except Exception as e:
192192
LOGGER.exception("Could not run stored process. {}".format(e))
193+
return False
193194
return True
194195

195196
# This function may not raise exception and must return a valid wps_response

0 commit comments

Comments
 (0)