Skip to content

Commit 4b5aca2

Browse files
Updates
1 parent 0f151be commit 4b5aca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transformerlab/shared/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ async def async_run_python_daemon_and_update_status(
313313
job = job_service.job_get(job_id)
314314
experiment_id = job["experiment_id"]
315315

316-
# mark RUNNING (do not mark COMPLETE here) — readiness means the daemon is up
317316
await job_update_status(job_id=job_id, status="RUNNING", experiment_id=experiment_id)
318317

319318
# Schedule the read_process_output coroutine in the current event

0 commit comments

Comments
 (0)