mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Fix some indentation problems and turned off stdout/stderr redirection in wicd.py since it would break things.
This commit is contained in:
@@ -627,7 +627,7 @@ class ConnectionWizard(dbus.service.Object):
|
||||
# status, if it doesn't, we aren't connecting.
|
||||
status = self.wifi.connecting_thread.is_connecting
|
||||
if self.debug_mode == 1:
|
||||
print 'wireless connecting',status
|
||||
print 'wireless connecting',status
|
||||
return status
|
||||
else:
|
||||
print 'wireless connecting',False
|
||||
|
||||
Reference in New Issue
Block a user