Skip to content

Commit 2cade74

Browse files
sandereggCopilot
andcommitted
Update services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_scheduler_dask.py
Co-authored-by: Copilot <[email protected]>
1 parent 6ae5537 commit 2cade74

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_scheduler_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ async def _process_task_result(
325325
iteration: Iteration,
326326
run_id: PositiveInt,
327327
) -> tuple[bool, str]:
328-
"""will return True and the job id if the task was successfully processed and can be released from the dask cluster"""
328+
"""Returns True and the job ID if the task was successfully processed and can be released from the Dask cluster."""
329329
_logger.debug("received %s result: %s", f"{task=}", f"{result=}")
330330
task_final_state = RunningState.FAILED
331331
simcore_platform_status = SimcorePlatformStatus.OK

0 commit comments

Comments
 (0)