Searched refs:diff_program (Results 1 – 1 of 1) sorted by relevance
909 def __init__(self, tf, sf, diff_program=None): argument913 self.diff_program = diff_program922 if self.diff_program:923 diff_program = self.diff_program926 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff")935 if isinstance(diff_program, list):936 cmd = copy.copy(diff_program)938 cmd = [diff_program]960 diff_program, "".join(err))1152 diff_program = ["imgdiff"][all …]