Fixed output logging

This commit is contained in:
Fergal Moran
2014-08-31 20:34:19 +01:00
parent 7ddb18f250
commit 442a8efede
10 changed files with 83 additions and 61 deletions

View File

@@ -23,7 +23,7 @@ class Command(NoArgsCommand):
x_ms_blob_content_type='application/octet-stream',
x_ms_blob_content_disposition='attachment;filename="%s"' % download_name
)
print "Processed: %s" % download_name
print "Processed: %s" % mix.uid
else:
print "No blob found for: %s" % mix.uid
except WindowsAzureMissingResourceError: