rez icon indicating copy to clipboard operation
rez copied to clipboard

sticky console color

Open nerdvegas opened this issue 3 years ago • 0 comments

Console text stays colored after log message printed

Environment

  • Microsoft Windows 10 Enterprise - 10.0.19043
  • rez v2.109.0, py3.10
  • powershell v5.1.19041.1682

To Reproduce

  1. python install.py

Expected behavior Console stays uncolored

Actual behavior Console stays colored after a warning log is printed

Note output below, all is colored after WARNING

WARNING: You are using pip version 22.0.4; however, version 22.1.1 is available.
You should consider upgrading via the 'c:\users\aljohns\rez\scripts\python.exe -m pip install --upgrade pip' command.

SUCCESS!
Rez executable installed to: C:\Users\aljohns\rez\Scripts\rez\rez
Rez python package installed to: C:\Users\aljohns\rez\Lib\site-packages\rez

To activate Rez, add the following path to $PATH:
PS C:\Users\aljohns\workspace\GITHUB\rez>

nerdvegas avatar May 27 '22 22:05 nerdvegas