pariyatti / kosa

Digital library service
GNU Affero General Public License v3.0
8 stars 3 forks source link

`kuti.storage.core/save-file!` leaves files in /tmp #74

Open deobald opened 1 year ago

deobald commented 1 year ago

save-file! should really clean up after itself, but it should still return the success of the copy operation. I think I'd replaced rename with copy because of a rare error condition, so I'd prefer if the operation was still copy (for now).