Added meaningful error message in azure_util

This commit is contained in:
Fergal Moran
2014-08-31 20:14:59 +01:00
parent e67a32142b
commit 7ddb18f250

View File

@@ -30,7 +30,7 @@ class Command(NoArgsCommand):
print "No blob found for: %s" % mix.uid
except Exception, ex:
print "Ooopsies"
print "Error processing blobs: %s" % ex.message
def _test_set_header(self):