-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Md5sum files unsupported #8
Comments
mattalxndr
added a commit
to mattalxndr/filehash
that referenced
this issue
Dec 4, 2021
Can you please merge this PR? |
This is no PR, but an issue only. |
Oh oops, is seems like there was a commit that fixed it. Perhaps this issue should be closed now. |
cyanea-bt
added a commit
to cyanea-bt/filehash
that referenced
this issue
Jun 5, 2024
fix issue leonidessaguisagjr#8: Support for Md5sum files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Md5sum files (*.md5) I am working with are failing verification when I use
FileHash.verify_checksums()
, because they are separated with two spaces:This is the error I get:
The output of the
md5sum
utility is described here:https://en.wikipedia.org/wiki/Md5sum
The text was updated successfully, but these errors were encountered: