Skip to content
Snippets Groups Projects
Commit 1f64f08c authored by William Killian's avatar William Killian
Browse files

(bugfix) fixed typo of spec --> raw_spec

parent cb9c4ac8
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ def _find_modules(spec, modules_list):
tty.die("No installed packages match spec %s" % raw_spec)
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:
sys.stderr.write(s.tree(color=True))
sys.exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment