LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
216 stars 85 forks source link

Validation always defaults to "fast" #177

Open finoradin opened 3 months ago

finoradin commented 3 months ago

Related to https://github.com/LibraryOfCongress/bagit-python/issues/137

It seems there is an indentation error / bug causing validation to always default to fast validation — meaning checksums are not being checked — only the payload oxum.

I think I fixed it here? https://github.com/LibraryOfCongress/bagit-python/pull/174