[Fedora-livecd-list] imgcreate/live.py

Jeremy Katz katzj at fedoraproject.org
Mon Aug 17 14:50:57 UTC 2009


 imgcreate/live.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 832c78e2d6f54e130b845dd7d63fa457b0f513ea
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Aug 17 10:50:01 2009 -0400

    Fix my stupid typo.  *sigh*

diff --git a/imgcreate/live.py b/imgcreate/live.py
index 773d2c2..f44e173 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -173,7 +173,7 @@ class LiveImageCreatorBase(LoopImageCreator):
 
             try:
                 shutil.copyfile(os_image, self._image)
-            except IOError, e
+            except IOError, e:
                 raise CreatorError("Failed to copy base live image to %s for modification: %s" %(self._image, e))
         finally:
             squashloop.cleanup()





More information about the Fedora-livecd-list mailing list