##// END OF EJS Templates
Removed bolds from colored logs (better readability)
marcink -
r1391:5f80cc29 beta
parent child Browse files
Show More
@@ -5,7 +5,7 b' BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA'
5
5
6 # Sequences
6 # Sequences
7 RESET_SEQ = "\033[0m"
7 RESET_SEQ = "\033[0m"
8 COLOR_SEQ = "\033[1;%dm"
8 COLOR_SEQ = "\033[0;%dm"
9 BOLD_SEQ = "\033[1m"
9 BOLD_SEQ = "\033[1m"
10
10
11 COLORS = {
11 COLORS = {
General Comments 0
You need to be logged in to leave comments. Login now