Changes between Initial Version and Version 1 of Ticket #612, comment 1


Ignore:
Timestamp:
Jan 13, 2016, 7:18:57 PM (8 years ago)
Author:
Loic Dachary

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #612, comment 1

    initial v1  
    1 It looks like a way to fix this would be for mediagoblin/storage/cloudfiles.py to remap the cloudfile error condition indicating that a file does not exist into OSError for the benefit of MediaEntry.delete.
     1It looks like a way to fix this would be for mediagoblin/storage/cloudfiles.py to remap the cloudfile error condition indicating that a file does not exist into OSError for the benefit of MediaEntry.delete. For reference, here is the current code that would need to be patched:
    22
    33{{{#!python