--- pyanaconda/network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/network.py b/pyanaconda/network.py index 0d10d82..ccfd527 100644 --- a/pyanaconda/network.py +++ b/pyanaconda/network.py @@ -538,7 +538,7 @@ class Network: device.writeIfcfgFile() def getSSIDs(self): - return getSSIDs(self.netdevices.keys()) + return getSSIDs() def selectPreferredSSIDs(self, dev_ssids): for iface, device in self.netdevices.items(): -- 1.7.4.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list