Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
Αυτή η υποβολή περιλαμβάνεται σε:
Nicholas Curtis
2024-03-28 16:39:09 -04:00
υποβλήθηκε από Cole Ramos
γονέας 97af96e435
υποβολή f6f6165379
2 αρχεία άλλαξαν με 9 προσθήκες και 6 διαγραφές
-1
Προβολή Αρχείου
@@ -64,7 +64,6 @@ class PlainFormatter(logging.Formatter):
# Setup console handler - provided as separate function to be called
# prior to argument parsing
def setup_console_handler():
color_setting = 0
if "OMNIPERF_COLOR" in os.environ.keys():
color_setting = int(os.environ["OMNIPERF_COLOR"])