When creating a bag with the following command:
$ bdbag bag/ --remote-file-manifest manifest.json
An error is raised:
RuntimeError: Expected the same number of files for each checksum
Details about the above command:
- Run with Bagit version bagit==1.6.2
- Run with BDBag version bdbag==1.1.1
bag/ in the command above is an empty directory
manifest.json corresponds to the example in the docs
This didn't seem to happen on previous versions. Before, it allowed me to create an 'empty' bdbag with a fetch file that could be used to pull down the remote files and validate them.
When creating a bag with the following command:
An error is raised:
Details about the above command:
bag/in the command above is an empty directorymanifest.jsoncorresponds to the example in the docsThis didn't seem to happen on previous versions. Before, it allowed me to create an 'empty' bdbag with a fetch file that could be used to pull down the remote files and validate them.