> diff --git a/pyanaconda/gui.py b/pyanaconda/gui.py > index 92cae55..c7ff62a 100755 > --- a/pyanaconda/gui.py > +++ b/pyanaconda/gui.py > @@ -1011,7 +1011,7 @@ class InstallInterface(InstallInterfaceBase): > if waited_devs: > w = WaitWindow(_("Waiting for NetworkManager"), > _("Waiting for NetworkManager to activate " > - "these devices: %s" % ",".join(waited_devs))) > + "these devices: %s") % ",".join(waited_devs)) > failed_devs = self.anaconda.network.waitForDevicesActivation(waited_devs) > w.pop() Good catch. There's bound to be more of these in anaconda, just waiting to be found. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list