UAL-RE / ReBACH

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

Fix: incorrect bag is processed (Issue #89) #90

Closed zoidy closed 10 months ago

zoidy commented 10 months ago

Description Set process_article = True on L591 of Article.py. This causes __final_process to enter the conditional if check_files and copy_files: on L806 due to the fact that check_files will now be True. This causes the code to retry downloading the files after failed validation.

Fixes #89

Screenshots or additional context This fix in in the context of Section 4.4 Step 5a in the spec.

Testing (if applicable) Tested on stage with IDs 7844538,7873476