mirror of
https://github.com/gryf/wicd.git
synced 2025-12-22 05:48:03 +01:00
Made a bunch of small logic improvements.
Fixed some remaining bugs from the gui.py refactoring.
This commit is contained in:
@@ -222,7 +222,7 @@ class Wireless(Controller):
|
||||
# If there is a hidden essid then set it now, so that when it is
|
||||
# scanned it will be recognized.
|
||||
essid = misc.Noneify(essid)
|
||||
if not essid == None:
|
||||
if essid is not None:
|
||||
print 'Setting hidden essid' + essid
|
||||
wiface.SetEssid(essid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user