imgcreate/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 832c78e2d6f54e130b845dd7d63fa457b0f513ea Author: Jeremy Katz <[email protected]> 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() -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
