UAL-RE / ReBACH

Python-based tool to enable data preservation to a cloud-hosted storage solution
MIT License
2 stars 2 forks source link

Feat: add option to continue item processing on error (Issue #86) #87

Closed zoidy closed 10 months ago

zoidy commented 10 months ago

Description A new command line flag --continue-on-error has been added that allows the program to continue processing subsequent items whenever an error is encountered. This flag is only available on the command line since it should be used judiciously.

See #86

Documentation Update

Implementation Notes