Comment 0 for bug 1795875

Revision history for this message
Manfred Hampl (m-hampl) wrote :

From hplip 3.18.9 hplip/ui5/wifisetupdialog.py

        beginWaitCursor()
...
                self.ip,_,addressmode, subnetmask, gateway, pridns, sec_dns=\
self.wifiObj.getIPConfiguration(self.dev, self.adapterName)
                if self.ip == "0.0.0.0":
                    self.ip, subnetmask, gateway, pri_dns, sec_dns, addressmode =\
self.wifiobj.getwifiotherdetails(self.dev,self.adapterName)
...

Why is wifiobj in "self.wifiobj.getwifiotherdetails" (in the "if ip=0.0.0.0" branch, line 573) written with a small o instead of a capital O?

This was reported by Erik P. Olsen in https://answers.launchpad.net/hplip/+question/674342 but his question was shrugged off.