info: Show data for each item, not only first one

This commit is contained in:
Thomas Scholtes 2014-09-05 16:09:57 +02:00
parent 558c93f988
commit 17549b873e

View file

@ -60,8 +60,7 @@ def run(lib, opts, args):
else:
if not first:
ui.print_()
else:
print_data(data)
print_data(data)
first = False
if opts.summarize: