(bugfix) fixed typo of spec --> raw_spec
This commit is contained in:
parent
cb9c4ac866
commit
1f64f08cb3
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user