to satisfy pylint.

Signed-off-by: Lisa Velden <[email protected]>
---
 lib/bootstrap.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/lib/bootstrap.py b/lib/bootstrap.py
index 3beefa0..dee671a 100644
--- a/lib/bootstrap.py
+++ b/lib/bootstrap.py
@@ -236,10 +236,9 @@ def _InitGanetiServerSetup(master_name, cfg):
   cfg.Update(cfg.GetClusterInfo(), logging.error)
   ssconf.WriteSsconfFiles(cfg.GetSsconfValues())
 
-  if not os.path.exists(
-      os.path.join(pathutils.DATA_DIR,
-      "%s%s" % (constants.SSCONF_FILEPREFIX,
-                constants.SS_MASTER_CANDIDATES_CERTS))):
+  if not os.path.exists(os.path.join(pathutils.DATA_DIR, "%s%s" %
+                        (constants.SSCONF_FILEPREFIX,
+                         constants.SS_MASTER_CANDIDATES_CERTS))):
     raise errors.OpExecError("Ssconf file for master candidate certificates"
                              " was not written.")
 
-- 
2.5.0.rc2.392.g76e840b

Reply via email to