Searched refs:patch_set (Results 1 – 1 of 1) sorted by relevance
20 def clean_code(patch_set): argument22 for git_path in patch_set.keys():31 patch_set = get_file_set(patch_path)32 if not patch_set:36 if not check_gits_exit(patch_set.keys()):38 clean_code(patch_set)39 patch_code_to_harmony(patch_set)42 def patch_code_to_harmony(patch_set): argument43 for git_path in patch_set.keys():44 if not patch_set[git_path]:[all …]