diff options
author | kali <kali@leap.se> | 2012-11-27 03:34:08 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-27 03:43:46 +0900 |
commit | 1bb7e85425f2f427401cd02726c55922874a59a0 (patch) | |
tree | a391b1a75efaf96b3b5ee096d36af27f8da90d3e /src/leap/gui/firstrun/last.py | |
parent | d5136a5f3b2aa8b16e8341f2eb99d05993028acf (diff) |
login validation inline
Diffstat (limited to 'src/leap/gui/firstrun/last.py')
-rw-r--r-- | src/leap/gui/firstrun/last.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/gui/firstrun/last.py b/src/leap/gui/firstrun/last.py index 13b2f548..d33d2e77 100644 --- a/src/leap/gui/firstrun/last.py +++ b/src/leap/gui/firstrun/last.py @@ -78,6 +78,8 @@ class LastPage(QtGui.QWizardPage): break except GeneratorExit: pass + except StopIteration: + pass def initializePage(self): wizard = self.wizard() |