Skip to content

Commit

Permalink
Merge pull request #2366 from vaqxai/patch-1
Browse files Browse the repository at this point in the history
Don't strip ANSI from stdout (fixes #2365)
  • Loading branch information
roman-opentensor authored Nov 22, 2024
2 parents d460670 + 70ccca8 commit d6d6f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/btlogging/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from typing import Optional
from colorama import init, Fore, Back, Style

init(autoreset=True)
init(wrap=False)

TRACE_LEVEL_NUM: int = 5
SUCCESS_LEVEL_NUM: int = 21
Expand Down

0 comments on commit d6d6f7f

Please sign in to comment.