Clean up the workbench after audio processing

This commit is contained in:
Joar Wandborg 2012-03-08 23:03:52 +01:00
parent e2caf5743c
commit e2007352f5

View File

@ -126,3 +126,6 @@ def process_audio(entry):
mgg.queue_store.delete_file(queued_filepath)
entry.save()
# clean up workbench
workbench.destroy_self()