Fix bug/oversight in formatting error message. (#7810)
This commit is contained in:
		 Elizabeth Fischer
					Elizabeth Fischer
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							0fc51a9c3e
						
					
				
				
					commit
					d3c1463b0a
				
			| @@ -492,7 +492,7 @@ class InstallDirectoryAlreadyExistsError(DirectoryLayoutError): | ||||
|  | ||||
|     def __init__(self, path): | ||||
|         super(InstallDirectoryAlreadyExistsError, self).__init__( | ||||
|             "Install path %s already exists!") | ||||
|             "Install path %s already exists!" % path) | ||||
|  | ||||
|  | ||||
| class SpecReadError(DirectoryLayoutError): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user