Searched refs:config_file_path (Results 1 – 1 of 1) sorted by relevance
36 def load_config(config_file_path): argument37 with open(config_file_path, 'r') as f: