Skip to content
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

Open
mattalxndr opened this issue Dec 4, 2021 · 3 comments
Open

Md5sum files unsupported #8

mattalxndr opened this issue Dec 4, 2021 · 3 comments

Comments

@mattalxndr
Copy link

The Md5sum files (*.md5) I am working with are failing verification when I use FileHash.verify_checksums(), because they are separated with two spaces:

% cat something-or-other-arch-v0.0.1.tar.gz.md5
595f44fec1e92a71d3e9e77456ba80d1  something-or-other-arch-v0.0.1.tar.gz

This is the error I get:

FileNotFoundError: [Errno 2] No such file or directory: ' something-or-other-arch-v0.0.1.tar.gz'

The output of the md5sum utility is described here:

https://en.wikipedia.org/wiki/Md5sum

mattalxndr added a commit to mattalxndr/filehash that referenced this issue Dec 4, 2021
@StudioBreeze
Copy link

Can you please merge this PR?

@stefan6419846
Copy link

This is no PR, but an issue only.

@StudioBreeze
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants