liveusb/creator.py

Luke Macken lmacken at fedoraproject.org
Thu Nov 13 23:52:40 UTC 2008


 liveusb/creator.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38239e2788fcb6f95763aaaa97f6cdca282f284c
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Nov 13 18:52:07 2008 -0500

    Always return True from the WindowsLiveUSBCreator.verify_iso_md5.
    
    This fixes a silent error on Windows.

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 4f2933d..c20d332 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -756,4 +756,4 @@ class WindowsLiveUSBCreator(LiveUSBCreator):
 
         At the moment this is Linux-only, until we port checkisomd5 to Windows.
         """
-        pass
+        return True




More information about the liveusb-creator mailing list