small cosmetic changes
[bootmanager.git] / source / steps / ValidateNodeInstall.py
index a39ee30..529400d 100644 (file)
@@ -77,8 +77,7 @@ def Run(vars, log):
             utils.sysexec("vgscan", log)
             utils.sysexec("vgchange -ay planetlab", log)
         except BootManagerException as e:
-            log.write("BootManagerException during vgscan/vgchange: {}\n"\
-                      .format(str(e)))
+            log.write("BootManagerException during vgscan/vgchange: {}\n".format(e))
             return 0
             
         utils.makedirs(SYSIMG_PATH)