euscan: Adding config file support
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -230,7 +230,8 @@ def parse_args():
|
||||
def main():
|
||||
"""Parse command line and execute all actions."""
|
||||
CONFIG['nocolor'] = (
|
||||
settings["NOCOLOR"] in ('yes', 'true') or not isatty
|
||||
CONFIG['nocolor'] or
|
||||
(settings["NOCOLOR"] in ('yes', 'true') or not isatty)
|
||||
)
|
||||
if CONFIG['nocolor']:
|
||||
pp.output.nocolor()
|
||||
|
Reference in New Issue
Block a user