Searched refs:file_full_path (Results 1 – 1 of 1) sorted by relevance
217 def load_config(file_full_path): argument223 if not os.path.isfile(file_full_path):229 new_path = os.path.join(base_path, file_full_path)232 file_full_path = new_path235 with open(file_full_path, 'r') as f: