archivematica-storage-service
archivematica-storage-service copied to clipboard
delete source path after moving
Piggybacking off of #632, even if the pointer file is successfully recreated, I don't think 'move' is working fully as intended because it doesn't delete the original package in the source after the move. Though, I'm not sure if that was the intent to leave the original there. In the SS api, it uses the term 'relocate' so I'm assuming that the intent is to remove the original files in the source. This uses 'delete_path' to do so.
I will try to start the tests by closing/re-opening the branch...
@fitnycdigitalinitiatives :Thank you for the contribution!
Based on the results of the tests, it appears that the linting test failed. Would it be possible for you to fix the linting issue ? There is a pre-commit setup you can create. It should be done pre-commit install inside the git repo.
Thanks!
Ok, let me see when I can get to this, it's been a while since I worked on this.