Skip to content

Commit 539a3fa

Browse files
committed
whoops, broke colors
1 parent bd034cf commit 539a3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interlace/lib/core/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def terminal(self, level, target, command, message=""):
3737
if level == 0 and not self.verbose:
3838
return
3939

40-
if self._no_color:
40+
if not self._no_color:
4141
formatting = {
4242
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
4343
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',

0 commit comments

Comments
 (0)