readability of yellow notes on white terminals :)
This commit is contained in:
@ -36,7 +36,7 @@ class LogConsole:
|
|||||||
def warning(self, txt):
|
def warning(self, txt):
|
||||||
self.clear_progress()
|
self.clear_progress()
|
||||||
if self.colorama:
|
if self.colorama:
|
||||||
print(colorama.Fore.YELLOW + colorama.Style.BRIGHT + " NOTE: " + txt + colorama.Style.RESET_ALL)
|
print(colorama.Fore.YELLOW + colorama.Style.NORMAL + " NOTE: " + txt + colorama.Style.RESET_ALL)
|
||||||
else:
|
else:
|
||||||
print(" NOTE: " + txt)
|
print(" NOTE: " + txt)
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user