8000 Merge pull request #1575 from stonebig/master · winpython/winpython@0e14708 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e14708

Browse files
authored
Merge pull request #1575 from stonebig/master
respect heaven's order
2 parents 41e8766 + 2e88782 commit 0e14708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def print_hashes(files):
2828
print< 5F8C /span>(header)
2929
print(line)
3030

31-
for file in files:
31+
for file in sorted(files):
3232
md5 = compute_hash(file, hashlib.md5)
3333
sha1 = compute_hash(file, hashlib.sha1)
3434
sha256 = compute_hash(file, hashlib.sha256)

0 commit comments

Comments
 (0)
0