mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Improved waveform management command logging
This commit is contained in:
@@ -17,7 +17,7 @@ class Command(NoArgsCommand):
|
||||
if not os.path.isfile(processed_file):
|
||||
cached_file = mix.get_cache_path()
|
||||
if not os.path.isfile(cached_file):
|
||||
print "File not found tried\n\t%s\n\t%s" % (processed_file, cached_file)
|
||||
print "File for %s not found tried\n\t%s\n\t%s" % (mix.title, processed_file, cached_file)
|
||||
return
|
||||
|
||||
print "File found, starting waveform task (%s)" % mix.uid
|
||||
|
||||
Reference in New Issue
Block a user