Searched refs:changed_file (Results 1 – 1 of 1) sorted by relevance
87 def get_reference_file(changed_file, tool_dict): argument91 return tool_dict['interesting_to_reference_file'](changed_file, tool_dict['reference_files'])93 def run_diff(changed_file, tool_dict, original_file): argument94 ref_file = get_reference_file(changed_file, tool_dict)