Loading diffoscope/diff.py +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ class SideBySideDiff(object): self.buf[-1] = (self.buf[-1][0], self.buf[-1][1] + '\n' + l[2:]) else: self.buf[-1] = (self.buf[-1][0] + '\n' + \ self.buf[-1] = (self.buf[-1][0] + '\n' + l[2:], self.buf[-1][1]) continue Loading diffoscope/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -401,7 +401,7 @@ def run_diffoscope(parsed_args): Config().exclude_directory_metadata = parsed_args.exclude_directory_metadata Config().compute_visual_diffs = PresenterManager().compute_visual_diffs() Config().check_constraints() tool_prepend_prefix(parsed_args.tool_prefix_binutils, * \ tool_prepend_prefix(parsed_args.tool_prefix_binutils, * "ar as ld ld.bfd nm objcopy objdump ranlib readelf strip".split()) set_path() set_locale() Loading diffoscope/presenters/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ class PartialString(object): return cls("{0}", cont), cont def frame(self, header, footer): frame = self.__class__(self.escape(header) + \ frame = self.__class__(self.escape(header) + "{0}" + self.escape(footer), None) return frame.pformat({None: self}) Loading Loading
diffoscope/diff.py +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ class SideBySideDiff(object): self.buf[-1] = (self.buf[-1][0], self.buf[-1][1] + '\n' + l[2:]) else: self.buf[-1] = (self.buf[-1][0] + '\n' + \ self.buf[-1] = (self.buf[-1][0] + '\n' + l[2:], self.buf[-1][1]) continue Loading
diffoscope/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -401,7 +401,7 @@ def run_diffoscope(parsed_args): Config().exclude_directory_metadata = parsed_args.exclude_directory_metadata Config().compute_visual_diffs = PresenterManager().compute_visual_diffs() Config().check_constraints() tool_prepend_prefix(parsed_args.tool_prefix_binutils, * \ tool_prepend_prefix(parsed_args.tool_prefix_binutils, * "ar as ld ld.bfd nm objcopy objdump ranlib readelf strip".split()) set_path() set_locale() Loading
diffoscope/presenters/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ class PartialString(object): return cls("{0}", cont), cont def frame(self, header, footer): frame = self.__class__(self.escape(header) + \ frame = self.__class__(self.escape(header) + "{0}" + self.escape(footer), None) return frame.pformat({None: self}) Loading