(bugfix) fixed typo of spec --> raw_spec

This commit is contained in:
William Killian 2016-07-05 13:31:40 -07:00
parent cb9c4ac866
commit 1f64f08cb3

View File

@ -108,7 +108,7 @@ def _find_modules(spec, modules_list):
tty.die("No installed packages match spec %s" % raw_spec) tty.die("No installed packages match spec %s" % raw_spec)
if len(specs) > 1: if len(specs) > 1:
tty.error("Multiple matches for spec %s. Choose one:" % spec) tty.error("Multiple matches for spec %s. Choose one:" % raw_spec)
for s in specs: for s in specs:
sys.stderr.write(s.tree(color=True)) sys.stderr.write(s.tree(color=True))
sys.exit(1) sys.exit(1)