Skip to content

Commit

Permalink
forgot about xterm-color
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Dec 5, 2024
1 parent 8e279c6 commit 2084dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junifer/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def _can_use_color(handler: logging.Handler) -> bool:
valid_terms = [
"xterm-256color",
"xterm-kitty",
"xterm-color",
]
this_term = os.getenv("TERM", None)
if this_term is not None:
Expand Down

0 comments on commit 2084dd6

Please sign in to comment.