Skip to content

Md5sum files unsupported #8

Open
@mattalxndr

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions