Commit 94dd726e by Arun Babu Neelicattu Committed by Sébastien Eustace

Fix console output render for show command (#1430)

Resolves: #1401
parent 02d78ba8
...@@ -86,7 +86,7 @@ lists all packages available.""" ...@@ -86,7 +86,7 @@ lists all packages available."""
] ]
table.add_rows(rows) table.add_rows(rows)
table.render() table.render(self.io)
if pkg.requires: if pkg.requires:
self.line("") self.line("")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment