[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
PATCH: Re: Important RHEL5 list of real issues without quick fixes
- From: Radek Vykydal <rvykydal redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: PATCH: Re: Important RHEL5 list of real issues without quick fixes
- Date: Mon, 03 Nov 2008 16:30:54 +0100
Hans de Goede wrote:
Might be false positive, but probably real issue
text.py:475: No global (instkey) found
it is real issue, patch attached,
Radek
diff --git a/text.py b/text.py
index 2114cbc..547786c 100644
--- a/text.py
+++ b/text.py
@@ -472,7 +472,7 @@ class InstallInterface:
txt = TextboxReflowed(65, ic.instkeydesc or
_("Please enter your %(instkey)s") %
- {instkey: keyname,})
+ {"instkey": keyname,})
g.add(txt, 0, 0, (0,0,0,1))
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]