Skip to content
Snippets Groups Projects
Commit 9576860f authored by Peter Scheibel's avatar Peter Scheibel
Browse files

Making SpackError reference consistent.

parent 6a160404
Branches
Tags
No related merge requests found
......@@ -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"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment