samvera / bulkrax

Bulk Import and Export For Samvera
Apache License 2.0
12 stars 21 forks source link

Fix for no remote files #975

Closed laritakr closed 1 month ago

laritakr commented 1 month ago

Prior to this fix, when reimporting (where we have no remote files), we were getting [nil] rather than [] for the files. This resulted in an error Error: NoMethodError - undefined method '[]' for nil:NilClass

This PR corrects the logic for gathering the remote files to be imported.