diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-13 14:42:52 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-13 14:42:52 -0300 |
commit | 3ff6a5ebadca8cf6066e9db39fcbfcb3d8283430 (patch) | |
tree | ca90f4e688d4a0d730a5de8361688e7327f8e6d7 | |
parent | 715b50b872736952d01b2c8cac9003da1e634c05 (diff) |
Add a TODO comment to not forget improve the configured providers check
-rw-r--r-- | src/leap/gui/mainwindow.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py index af905fc0..6aaf0a38 100644 --- a/src/leap/gui/mainwindow.py +++ b/src/leap/gui/mainwindow.py @@ -374,6 +374,9 @@ class MainWindow(QtGui.QMainWindow): @rtype: list """ + + # TODO: check which providers have a valid certificate among + # other things, not just the directories providers = [] try: providers = os.listdir( |