bug fix in spec.py
This commit is contained in:
parent
271a839957
commit
8a13d344a8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue