finoradin / pre-ingest

A utility for copying files, bagging, and validating bagged files against original.
6 stars 2 forks source link

Bagging errors? #1

Closed athenachrista closed 10 years ago

athenachrista commented 10 years ago

Two errors occurred during bagging process on lines 104 and 53. See attached screen grab.

original command: python pre-ingest.py -i [file] -n Athena -o [directory] -id [object id]

screen shot 2014-03-27 at 11 25 04 am

finoradin commented 10 years ago

Make sure you have the lastest python-bagit

$ sudo pip install bagit --upgrade

finoradin commented 10 years ago

closing this - the error implies that you don't have the latest version of bagit.py -- the checksum argument was added a few weeks ago.