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 53c5329 commit e1510e4Copy full SHA for e1510e4
cads_processing_api_service/clients.py
@@ -260,7 +260,7 @@ def post_process_execute(
260
"""
261
with self.reader.context_session() as session:
262
resource = self.validate_request(process_id, execution_content, session)
263
- status_info = self.submit_job(process_id, execution_content, resource)
+ status_info = self.submit_job(process_id, execution_content, resource)
264
return status_info
265
266
def get_jobs(self) -> list[ogc_api_processes_fastapi.models.StatusInfo]:
0 commit comments