We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5275e6b commit 1ec5d62Copy full SHA for 1ec5d62
src/webapp/routers/data.py
@@ -1410,7 +1410,7 @@ def add_custom_school_job(
1410
triggered_at=triggered_timestamp,
1411
created_by=str_to_uuid(current_user.user_id),
1412
batch_name="No batch name (manual custom school job)",
1413
- output_filename = f"{job_run_id}/inference_output.csv",
+ output_filename=f"{job_run_id}/inference_output.csv",
1414
model_id=query_result[0][0].id,
1415
output_valid=False,
1416
completed=True,
0 commit comments