Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e14708

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎hash.py

Copy file name to clipboardExpand all lines: hash.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def print_hashes(files):
2828
print(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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.