Skip to content

Commit

Permalink
add docstring to base process manager (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Mar 20, 2024
1 parent 44df078 commit 421559a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygeoapi/process/manager/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def _execute_handler_async(self, p: BaseProcessor, job_id: str,
:param p: `pygeoapi.process` object
:param job_id: job identifier
:param data_dict: `dict` of data parameters
:param subscriber: optional `Subscriber` specifying callback URLs
:returns: tuple of None (i.e. initial response payload)
and JobStatus.accepted (i.e. initial job status)
Expand Down

0 comments on commit 421559a

Please sign in to comment.