mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py
This commit is contained in:
		| @@ -34,8 +34,8 @@ class xCATCommandError(xCATException): | ||||
| class xCATInvalidImageError(xCATException): | ||||
|     errmsg = _("The image %(image)s is not an xCAT image") | ||||
|  | ||||
| class xCATDeploymentFailure(xCATException):     | ||||
| class xCATDeploymentFailure(xCATException): | ||||
|     errmsg = _("xCAT node deployment failed for node %(node)s:%(error)s") | ||||
|  | ||||
| class xCATRebootFailure(xCATException):     | ||||
| class xCATRebootFailure(xCATException): | ||||
|     errmsg = _("xCAT node rebooting failed for node %(node)s:%(error)s") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user