mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
bug fix
This commit is contained in:
@@ -56,7 +56,7 @@ class ListCommand(Command):
|
||||
for pkgname in pkgs:
|
||||
logger.log("%s" % pkgname)
|
||||
else:
|
||||
logger.error("Python version not found. `%s`" % pkg.name)
|
||||
logger.error("`%s` was not found." % pkg.name)
|
||||
else:
|
||||
for pkgname in self._get_packages_name(options):
|
||||
logger.log("%s" % pkgname)
|
||||
|
||||
Reference in New Issue
Block a user