Making SpackError reference consistent.
This commit is contained in:
parent
6a16040462
commit
9576860f8c
@ -36,7 +36,6 @@
|
||||
|
||||
import spack
|
||||
import spack.compilers as compilers
|
||||
from spack.error import SpackError
|
||||
from spack.util.executable import Executable, which
|
||||
from spack.util.environment import *
|
||||
|
||||
@ -301,5 +300,5 @@ def child_fun():
|
||||
.format(str(returncode)))
|
||||
|
||||
|
||||
class InstallError(SpackError):
|
||||
class InstallError(spack.error.SpackError):
|
||||
"""Raised when a package fails to install"""
|
||||
|
Loading…
Reference in New Issue
Block a user