mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Fixed output logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user