Proper handling of processor failures, working as hoped!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Aug 2011 15:59:34 +0000 (10:59 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Aug 2011 15:59:34 +0000 (10:59 -0500)
commit4a477e246d07a4c26f084db2596caf3310b78609
treecd543ef2feac05479fcf82e654db562f49048514
parent6c50c2106816c920ef404dea641a8eac8c5914eb
Proper handling of processor failures, working as hoped!

BaseProcessingFail based exceptions recorded and marked appropriately
in the database.  Other exceptions also caught and marked (or rather
not marked) appropriately in the database as well.
mediagoblin/process_media/__init__.py
mediagoblin/submit/views.py