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