From 73938c1930ae39d5ed5511cce29d0f806a90b0ca Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py --- .../lib/python/xcat/openstack/baremetal/exception.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py b/xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py index 38ce5bf60..a8d866d6a 100644 --- a/xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py +++ b/xCAT-OpenStack-baremetal/lib/python/xcat/openstack/baremetal/exception.py @@ -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")