Searched refs:system_info_path (Results 1 – 2 of 2) sorted by relevance
121 def get_part_config_json(part_list, system_info_path, part_path): argument122 if os.path.exists(system_info_path):125 with open(system_info_path, "r") as system_text:135 print("%s not exists.", system_info_path)
34 system_info_path = os.path.join(48 with open(system_info_path, "w") as out_file: