Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: mliu <[email protected]>
  • Loading branch information
maxliuofficial committed May 9, 2024
1 parent 4866195 commit 646384d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/_private/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,7 @@ def color_for(data: Dict[str, str], line: str) -> str:
process_tqdm(line)
else:
hide_tqdm()
# If RAY_COLOR_PREFIX=0, do not wrap with any color codes
if os.getenv("RAY_COLOR_PREFIX") == "0":
color_pre = ""
color_post = ""
Expand Down

0 comments on commit 646384d

Please sign in to comment.