Skip to content

Commit

Permalink
Job manager: clarify failure of _start_job_default
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 8, 2024
1 parent 74b716e commit 623bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeo/extra/job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_by_status(self, statuses: List[str], max=None) -> pd.DataFrame:


def _start_job_default(row: pd.Series, connection: Connection, *args, **kwargs):
raise NotImplementedError
raise NotImplementedError("No 'start_job' callable provided")


class MultiBackendJobManager:
Expand Down

0 comments on commit 623bcfe

Please sign in to comment.