PATCH: Re: Important RHEL5 list of real issues without quick fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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))
 
 
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux