Merge pull request #1433 from JRWynneIII/error_message_fix
Fix typo for error message when compiler doesn't exist for arch
This commit is contained in:
		| @@ -495,7 +495,7 @@ class UnavailableCompilerVersionError(spack.error.SpackError): | |||||||
|  |  | ||||||
|     def __init__(self, compiler_spec, operating_system): |     def __init__(self, compiler_spec, operating_system): | ||||||
|         super(UnavailableCompilerVersionError, self).__init__( |         super(UnavailableCompilerVersionError, self).__init__( | ||||||
|             "No available compiler version matches '%s' on operating_system %s" % compiler_spec, operating_system,  # NOQA: ignore=E501 |             "No available compiler version matches '%s' on operating_system %s" % (compiler_spec, operating_system),  # NOQA: ignore=E501 | ||||||
|             "Run 'spack compilers' to see available compiler Options.") |             "Run 'spack compilers' to see available compiler Options.") | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin