UAL-RE / ReBACH

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

Add option to continue file processing if there is an error #86

Closed zoidy closed 10 months ago

zoidy commented 10 months ago

Is there an existing issue for this?

Description

In some cases, there may be errors when processing certain article IDs. Instead of aborting the entire process that precludes non-error IDs from being processed, add an option to allow skipping error items.

Suggested Implementation

Add a new flag on the command line that allows skipping errors when processing items. Do not make it an option in the config file since usually, we do want to catch errors. This option should only be used when ReBACH is executed interactively.