LibraryOfCongress / bagit-python

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

Gens no manifest #164

Open WhenSkiesAbove opened 1 year ago

WhenSkiesAbove commented 1 year ago

Sorry if this is already a topic and I missed it, but I'm having an issue where bagit sporadically does not create manifests for files in the payload. It moves everything to the data folder, gens baginfo.txt, bagit.txt, and the tag manifest and then just calls it a day. No error is raised and everything is fine except for the lack of manifest. It does it with sha256 and md5 options and I have not been able to determine a pattern yet. I'm using v. 1.8.1.

Any ideas?

Thanks in advance!

WhenSkiesAbove commented 3 weeks ago

I'm going to bump this because this is still occasionally an issue for me. Has anyone else encountered this?