Skip to content

Commit

Permalink
Change color to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 23, 2024
1 parent 87367f3 commit a53ddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/_warningformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from colorama import Fore, Style

WARN_TEMPLATE = f"""\
{Fore.RED}{Style.BRIGHT}[{{category}}]{Style.NORMAL} {{filename}}:{{lineno}} \
{Fore.YELLOW}{Style.BRIGHT}[{{category}}]{Style.NORMAL} {{filename}}:{{lineno}} \
{Fore.RESET}{{line}}
{{message}}
Expand Down

0 comments on commit a53ddb8

Please sign in to comment.