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