From fd9c3f87f4ce4f3881ecab5168284bed611fe8a4 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Wed, 12 Aug 2009 08:42:08 +0000 Subject: [PATCH] syntax problem; node boot process was failing here --- source/steps/MakeInitrd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index bf1ba95..576a679 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -70,7 +70,7 @@ def Run( vars, log ): try: utils.removefile( "%s/boot/%s" % (SYSIMG_PATH, initrd) ) except: - print "%s/boot/%s is already removed" % (SYSIMG_PATH, initrd) ) + print "%s/boot/%s is already removed" % (SYSIMG_PATH, initrd) # hack for CentOS 5.3 bypassRaidIfNeeded(SYSIMG_PATH) -- 2.43.0