def parse_config(path): try: options.parse_config_file(path=path, final=False) except IOError: print('[WARNING] File no readable, run with default settings')