mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-24 02:27:34 +00:00
Added meaningful error message in azure_util
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user