mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
whoops, broke colors
This commit is contained in:
@@ -37,7 +37,7 @@ class OutputHelper(object):
|
|||||||
if level == 0 and not self.verbose:
|
if level == 0 and not self.verbose:
|
||||||
return
|
return
|
||||||
|
|
||||||
if self._no_color:
|
if not self._no_color:
|
||||||
formatting = {
|
formatting = {
|
||||||
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
|
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
|
||||||
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
|
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
|
||||||
|
|||||||
Reference in New Issue
Block a user