LibraryOfCongress / bagit-python

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

Validation failes when fetch.txt are in manifest but not on disk #169

Open avivace opened 1 year ago

avivace commented 1 year ago

If I'm understanding correctly the spec fetch items are listed in 'manifest-.txt'.

However, if I try to a file there (with the checksum) and have it also in fetch.txt, the validation will fail if the file is not found in filesystem.

Is it expected?