Revision a339a3ee

b/kamaki/cli/commands/pithos.py
365 365
            pretty_obj = obj.copy()
366 366
            index += 1
367 367
            empty_space = ' ' * (len(str(len(object_list))) - len(str(index)))
368
            if 'subdir' in obj:
369
                continue
368 370
            if obj['content_type'] == 'application/directory':
369 371
                isDir = True
370 372
                size = 'D'

Also available in: Unified diff