def noiseControl(options): # terminal noise/info logic # allows the specification of the log file location if not options["loud"]: log_path = options["log"] globalLogPublisher.addObserver(hendrixObserver(log_path)) return None
def noiseControl(options): # terminal noise/info logic # allows the specification of the log file location if not options['loud']: log_path = options['log'] globalLogPublisher.addObserver(hendrixObserver(log_path)) return None