Fixed conveyor move logic to skip directories that already existed in the spool
Compare changes
@@ -126,9 +126,12 @@ class RetrievalConveyor(ConveyorIF):
Conveyor's retrieval before ingestion:
Step 2 skips directories that are not symlinks but step 3 still tried to move them. Now step 3 will skip those same directories.