Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It incorrectly returned valid for a `list` of alternative checksums while it must be a `tuple`. The `None` case was missed and due to the unrestricted `tuple` elem_type it may return valid for actually invalid entries. So restrict to tuples of strings which are valid at that point but that may wrongly return invalid. But in that case the conversion function will be called which does more elaborate verification for those cases.
- Loading branch information