kadischi/livecd_generator kadischi.py,1.23,1.24

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Tue Jul 4 15:16:30 UTC 2006


Author: chitlesh

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30001/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
-


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- kadischi.py	4 Jul 2006 15:12:02 -0000	1.23
+++ kadischi.py	4 Jul 2006 15:16:28 -0000	1.24
@@ -304,7 +304,7 @@
 def execute (args):
     if not os.access(args[0], os.X_OK):
         print "unable to access", args[0]
--       cleanup(builddir)
+        cleanup(builddir)
     rc = subprocess.call(args)
     if rc:
         raise RuntimeError, "Failed to execute", args[0]




More information about the fedora-extras-commits mailing list