Skip to content
Snippets Groups Projects
Commit 2b9d02d5 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1173 from willkill07/bugfix/module/spec_typo

(bugfix) fixed typo of spec --> raw_spec
parents cb9c4ac8 1f64f08c
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ def _find_modules(spec, modules_list): ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment