Commit 87f605fb by Sébastien Eustace

Fix show command with --tree option

parent 778fd0a2
......@@ -145,7 +145,7 @@ lists all packages available."""
self.line(line)
def display_package_tree(self, package, installed_repo):
self.write('<info>{}</info>'.format(package.prett_name))
self.write('<info>{}</info>'.format(package.pretty_name))
self.line(' {} {}'.format(package.pretty_version, package.description))
dependencies = package.requires
......
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