Merge pull request #1173 from willkill07/bugfix/module/spec_typo
(bugfix) fixed typo of spec --> raw_spec
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin