Loading diffoscope/comparators/asar.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class AsarContainer(Archive): for root, _, files in os.walk(self._unpacked.name): current_dir = [] for filename in files: for filename in sorted(files): abspath = os.path.join(root, filename) relpath = abspath[len(self._unpacked.name) + 1 :] Loading Loading
diffoscope/comparators/asar.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class AsarContainer(Archive): for root, _, files in os.walk(self._unpacked.name): current_dir = [] for filename in files: for filename in sorted(files): abspath = os.path.join(root, filename) relpath = abspath[len(self._unpacked.name) + 1 :] Loading