We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f6c1b commit 78647b7Copy full SHA for 78647b7
1 file changed
openeo/extra/job_management/stac_job_db.py
@@ -320,3 +320,6 @@ def _check_response_status(response: requests.Response, expected_status_codes: L
320
321
# Always raise errors on 4xx and 5xx status codes.
322
response.raise_for_status()
323
+
324
325
0 commit comments