Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osbuild-mpp: Fix error on python < 3.11
The change in commit ed33869 to use hashlib.file_digest breaks with older python, because it was added in 3.11. This change reverts back to hashing all the data in the case where file_digest doesn't exist.
- Loading branch information