[Thincrust-devel] Small Patch

Daniel Hall daniel at danielhall.me
Tue Feb 21 01:12:30 UTC 2012


Hey all,

I noticed a small error in the latest master. Here is a patch to
correct the issue. :D

commit 9e84762ad889e5b4aac2b73a18fef8040fad71b5
Author: Daniel Hall <daniel.hall at rea-group.com>
Date:   Tue Feb 21 11:53:53 2012 +1100

    Fixed a small typo

diff --git a/ec2convert/ec2config.py b/ec2convert/ec2config.py
index 2fa47f8..f395603 100644
--- a/ec2convert/ec2config.py
+++ b/ec2convert/ec2config.py
@@ -156,7 +156,7 @@ def convert(imagefile, inputtype, tmpdirectory,
checkrpms, sshconfig, newimagepa
     elif inputtype == "diskimage":
         fsutil = fs.LoopBackDiskImage()

-    elif options.inputtype == "directory":
+    elif inputtype == "directory":
         fsutil = fs.DirectoryImage()

     else:


-- 
Cheers,
Daniel Hall
http://www.danielhall.me/




More information about the Thincrust-devel mailing list