Attention is currently required from: dexter.
1 comment:
File pySim-read.py:
# Setup logger
PySimLogger.setup(print, {logging.WARN: "\033[33m"})
if (opts.verbose):
PySimLogger.set_verbose(True)
PySimLogger.set_level(logging.DEBUG)
else:
PySimLogger.set_verbose(False)
PySimLogger.set_level(logging.INFO)
it looks like this should go in some generic helper function that we call from all the programs, simply passing a "verbose:bool = False" argument into the function?
To view, visit change 42305. To unsubscribe, or for help writing mail filters, visit settings.