bug fix in spec.py

This commit is contained in:
Gregory Becker 2015-11-11 15:07:57 -08:00
parent 30bd0b1ab8
commit 4fc7baef9d

View File

@ -1998,4 +1998,4 @@ def __init__(self, provided, required):
class SpackYAMLError(spack.error.SpackError):
def __init__(self, msg, yaml_error):
super(SpackError, self).__init__(msg, str(yaml_error))
super(SpackYAMLError, self).__init__(msg, str(yaml_error))