Skip to content

Commit 39fe37b

Browse files
committed
Fix docs.
1 parent 0055ef6 commit 39fe37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_pytask/console.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
from rich.console import Console
55

66

7-
_COLOR_SYSTEM = "auto"
87
if sys.platform == "win32" and "WT_SESSION" not in os.environ:
98
_COLOR_SYSTEM = None
9+
else:
10+
_COLOR_SYSTEM = "auto"
1011

1112

1213
console = Console(color_system=_COLOR_SYSTEM)

0 commit comments

Comments
 (0)