diff --git a/spa/management/commands/waveforms.py b/spa/management/commands/waveforms.py index 427177e..727d3b5 100755 --- a/spa/management/commands/waveforms.py +++ b/spa/management/commands/waveforms.py @@ -20,7 +20,9 @@ class Command(NoArgsCommand): print "File %s not found" % in_file return + print "File found, starting waveform task (%s)" % mix.uid create_waveform_task.delay(in_file=in_file, uid=mix.uid) + print "Task submitted" except Exception, ex: print "Error generating waveform: %s" % ex.message