Bugfix in error message.
This commit is contained in:
		@@ -539,7 +539,7 @@ def do_fetch(self):
 | 
			
		||||
        if spack.do_checksum and not self.version in self.versions:
 | 
			
		||||
            raise ChecksumError(
 | 
			
		||||
                "Cannot fetch %s safely; there is no checksum on file for version %s."
 | 
			
		||||
                % self.version,
 | 
			
		||||
                % (self.name, self.version),
 | 
			
		||||
                "Add a checksum to the package file, or use --no-checksum to "
 | 
			
		||||
                "skip this check.")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user