Skip to content

Commit 3bc171b

Browse files
committed
removed more of the colorclass usage
1 parent 927d526 commit 3bc171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interlace/lib/core/output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def terminal(self, level, target, command, message=""):
4545
formatting = {
4646
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
4747
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
48-
3: Color('{autobgyellow}{autored}[ERROR]{/autored}{/autobgyellow}')
48+
3: f'{bcolors.FAIL}[ERROR]{bcolors.ENDC}'
4949
}
5050

5151
leader = formatting.get(level, '[#]')

0 commit comments

Comments
 (0)