Skip to content

Commit

Permalink
Fix bug #1656 (#1657)
Browse files Browse the repository at this point in the history
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com>
  • Loading branch information
francescoingv and francescoingv committed May 15, 2024
1 parent c4611b0 commit 0b61464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygeoapi/process/manager/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def execute_process(
process_id: str,
data_dict: dict,
execution_mode: Optional[RequestedProcessExecutionMode] = None,
requested_outputs: Optional[dict] = None,
subscriber: Optional[Subscriber] = None
) -> Tuple[str, str, Any, JobStatus, Optional[Dict[str, str]]]:
"""
Expand Down

0 comments on commit 0b61464

Please sign in to comment.