Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Jan 23, 2025
1 parent e9aae5f commit 806d4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/dashboard/modules/job/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def get_driver_jobs(
job_or_submission_id=job_or_submission_id,
skip_submission_job_info_field=True,
skip_is_running_tasks_field=True,
timeout=float(timeout),
timeout=float(timeout) if timeout else None,
)
# Sort jobs from GCS to follow convention of returning only last driver
# of submission job.
Expand Down

0 comments on commit 806d4e1

Please sign in to comment.