Revision 415c4a56
b/snf-astakos-app/astakos/im/management/commands/project-show.py | ||
---|---|---|
92 | 92 |
msg = "Unknown %s with %s '%s'" % (kind, field, name_or_id) |
93 | 93 |
raise CommandError(msg) |
94 | 94 |
|
95 |
first = True |
|
95 | 96 |
for info in infolist: |
97 |
if not first: |
|
98 |
self.stdout.write("\n") |
|
99 |
else: |
|
100 |
first = False |
|
96 | 101 |
utils.pprint_table(self.stdout, [info.values()], info.keys(), |
97 | 102 |
options["output_format"], vertical=True) |
98 | 103 |
|
Also available in: Unified diff