Skip to content

Commit

Permalink
show managed jobs user column in sky status -u
Browse files Browse the repository at this point in the history
  • Loading branch information
cg505 committed Mar 5, 2025
1 parent bba4f6f commit 4e3fc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ def status(verbose: bool, refresh: bool, ip: bool, endpoints: bool,
num_in_progress_jobs, msg = _handle_jobs_queue_request(
managed_jobs_queue_request_id,
show_all=False,
show_user=False,
show_user=all_users,
limit_num_jobs_to_show=not all,
is_called_by_user=False)
except KeyboardInterrupt:
Expand Down

0 comments on commit 4e3fc69

Please sign in to comment.