Searched refs:diff_program (Results 1 – 1 of 1) sorted by relevance
1052 def __init__(self, tf, sf, diff_program=None): argument1056 self.diff_program = diff_program1065 if self.diff_program:1066 diff_program = self.diff_program1069 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff")1078 if isinstance(diff_program, list):1079 cmd = copy.copy(diff_program)1081 cmd = [diff_program]1104 diff_program, "".join(err))1380 diff_program = ["imgdiff"][all …]