On 06/16/2010 01:34 PM, Radek Vykydal wrote:
--- network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/network.py b/network.py index 8fb843e..d017ddd 100644 --- a/network.py +++ b/network.py @@ -449,7 +449,7 @@ class Network: ifaces = [] for iface, device in self.netdevices.items(): if (device.get('ONBOOT') == "yes" and - device.get('NM_CONTROLLED' == "yes")): + device.get('NM_CONTROLLED') == "yes"): ifaces.append(iface) return ifaces
Ack. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list