Skip to content

Commit d013fd6

Browse files
committed
added to diagnose
1 parent 7e2318e commit d013fd6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

rich/diagnose.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ def report() -> None: # pragma: no cover
1515
inspect(features)
1616

1717
env_names = (
18-
"TERM",
19-
"COLORTERM",
2018
"CLICOLOR",
21-
"NO_COLOR",
22-
"TERM_PROGRAM",
19+
"COLORTERM",
2320
"COLUMNS",
24-
"LINES",
21+
"JPY_PARENT_PID",
2522
"JUPYTER_COLUMNS",
2623
"JUPYTER_LINES",
27-
"JPY_PARENT_PID",
24+
"LINES",
25+
"NO_COLOR",
26+
"TERM_PROGRAM",
27+
"TERM",
28+
"TTY_COMPATIBLE",
2829
"VSCODE_VERBOSE_LOGGING",
2930
)
3031
env = {name: os.getenv(name) for name in env_names}

0 commit comments

Comments
 (0)