Revision c83d0ada snf-cyclades-app/synnefo/plankton/management/commands/image-show.py

b/snf-cyclades-app/synnefo/plankton/management/commands/image-show.py
51 51
            except IndexError:
52 52
                raise CommandError("Image not found. Use snf-manage image-list"
53 53
                                   " to get the list of all images.")
54
        utils.pprint_table(out=self.stdout, table=[image.values()], headers=image.keys(), vertical=True)
54
        utils.pprint_table(out=self.stdout, table=[image.values()],
55
                           headers=image.keys(), vertical=True)

Also available in: Unified diff