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