Skip to content

Commit 623bcfe

Browse files
committed
Job manager: clarify failure of _start_job_default
1 parent 74b716e commit 623bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/extra/job_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get_by_status(self, statuses: List[str], max=None) -> pd.DataFrame:
101101

102102

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

106106

107107
class MultiBackendJobManager:

0 commit comments

Comments
 (0)