Log in / Register
Ubuntu
wicd package
Overview
Code
Bugs
Blueprints
Translations
Answers
Bug #415719
Comment #15
Comment 15 for bug 415719
Revision history for this message
David Paleino (dpaleino)
wrote
on 2012-11-15
:
#15
Also, shouldn't:
if sk is not None: break
rather be:
if sk is None: continue
?
Also, shouldn't: if sk is not None: break rather be: if sk is None: continue ?
Also, shouldn't:
if sk is not None: break
rather be:
if sk is None: continue
?