imgcreate/kickstart.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 3b638f774797d476793f692371492818b6f9bff7
Author: Jeremy Katz <[EMAIL PROTECTED]>
Date: Fri Sep 5 12:04:50 2008 -0400
The typo has been fixed; make it so that we handle things nicely
diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py
index 7072d51..f130400 100644
--- a/imgcreate/kickstart.py
+++ b/imgcreate/kickstart.py
@@ -527,7 +527,9 @@ def exclude_docs(ks):
return ks.handler.packages.excludeDocs
def inst_langs(ks):
- return ks.handler.packages.instLange
+ if hasattr(ks.handler.packages, "instLangs"):
+ return ks.handler.packages.instLangs
+ return ""
def get_post_scripts(ks):
scripts = []
--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list