Skip to content

Commit

Permalink
backport of geopython#1313 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 17, 2024
1 parent 7842a00 commit 0ca2dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/api/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def execute_process(api: API, request: APIRequest,
try:
success_uri = subscriber_dict['successUri']
except KeyError:
return api_.get_exception(
return api.get_exception(
HTTPStatus.BAD_REQUEST, headers, request.format,
'MissingParameterValue', 'Missing successUri')
else:
Expand Down

0 comments on commit 0ca2dc9

Please sign in to comment.