Changes between Initial Version and Version 1 of Ticket #254, comment 3


Ignore:
Timestamp:
Jan 8, 2013, 2:45:22 PM (11 years ago)
Author:
spaetz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #254, comment 3

    initial v1  
    66
    772) Delete the {task_id} directory that is being created for each submission and never cleaned up (hence this bug report). It explicitely deletes the uploaded file and the containing directory if its empty and will fail to recursively delete anything else (e.g. if by bad lack we happen to store our queued files in "/")
    8 
    9 While fixing this in each backend, I noticed that we fail to entry.save() for images and stl, so I am not sure that our changes will be saved to the backend in all cases. In the case of images, this meant that we kept the "queued_media_file" entry despite us setting it to empty during processing.