Make the workbench destroy itself for video processing also.

This commit is contained in:
Christopher Allan Webber 2013-01-16 12:12:57 -06:00
parent 3c5f583707
commit f26c097d3e

View File

@ -137,3 +137,6 @@ def process_video(entry):
entry.media_files['original'] = original_filepath
mgg.queue_store.delete_file(queued_filepath)
# clean up workbench
workbench.destroy_self()