We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927d526 commit 3bc171bCopy full SHA for 3bc171b
Interlace/lib/core/output.py
@@ -45,7 +45,7 @@ def terminal(self, level, target, command, message=""):
45
formatting = {
46
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
47
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
48
- 3: Color('{autobgyellow}{autored}[ERROR]{/autored}{/autobgyellow}')
+ 3: f'{bcolors.FAIL}[ERROR]{bcolors.ENDC}'
49
}
50
51
leader = formatting.get(level, '[#]')
0 commit comments