missed a debug print
This commit is contained in:
parent
58f3372360
commit
655dba5cb2
@ -286,7 +286,6 @@ class ContainerController(object):
|
||||
format = format.split('/')[-1]
|
||||
container_list = broker.list_objects_iter(limit, marker, prefix,
|
||||
delimiter, path)
|
||||
print "format is %s" % format
|
||||
if format == 'json':
|
||||
out_content_type = 'application/json'
|
||||
json_pattern = ['"name":%s', '"hash":"%s"', '"bytes":%s',
|
||||
|
Loading…
Reference in New Issue
Block a user