Skip to content

Commit c4c4152

Browse files
committed
fix determinism
1 parent be69d61 commit c4c4152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/arfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def extractall(self, path="."):
153153
with builtin_open(full_name, 'wb') as f:
154154
f.write(m.data)
155155

156-
return list(names_written)
156+
return sorted(list(names_written))
157157

158158
def close(self):
159159
self._file.close()

0 commit comments

Comments
 (0)