Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 26, 2024
1 parent 33fd9de commit a75d3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ def stream_logs(cls,
# TODO: change to utils.stream_logs(job_name, job_id, follow) in v0.8.0.
code = textwrap.dedent(f"""\
{inspect.getsource(stream_logs)}
msg = stream_logs({job_name!r}, {job_id!r}, '
' follow={follow}, controller={controller})
msg = stream_logs({job_name!r}, {job_id!r},
follow={follow}, controller={controller})
print(msg, flush=True)
""")
return cls._build(code)
Expand Down

0 comments on commit a75d3d7

Please sign in to comment.