We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd034cf commit 539a3faCopy full SHA for 539a3fa
Interlace/lib/core/output.py
@@ -37,7 +37,7 @@ def terminal(self, level, target, command, message=""):
37
if level == 0 and not self.verbose:
38
return
39
40
- if self._no_color:
+ if not self._no_color:
41
formatting = {
42
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
43
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
0 commit comments