fix csv format error
This commit is contained in:
@@ -468,6 +468,7 @@ def get_schedule_week(start: str | None = None) -> dict[str, Any]:
|
||||
return {
|
||||
"start_date": week_start,
|
||||
"items": [_serialize_schedule_row(row) for row in rows],
|
||||
"total_scheduled_tests": len(all_rows),
|
||||
"completion_date": completion_date,
|
||||
"windows": _build_schedule_windows(week_start_date, all_rows, holiday_dates),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user