Fixing a settings load bug
authorEd Page <eopage@byu.net>
Tue, 4 Jan 2011 04:39:26 +0000 (22:39 -0600)
committerEd Page <eopage@byu.net>
Tue, 4 Jan 2011 04:39:26 +0000 (22:39 -0600)
src/dialcentral_qt.py

index 3afa873..c45b10d 100755 (executable)
@@ -126,10 +126,8 @@ class Dialcentral(object):
                                        e.section,
                                ),
                        )
-                       return
                except Exception:
                        _moduleLogger.exception("Unknown loading error")
-                       return
 
                if self._alarmHandler is not None:
                        try:
@@ -151,10 +149,8 @@ class Dialcentral(object):
                                                e.section,
                                        ),
                                )
-                               return
                        except Exception:
                                _moduleLogger.exception("Unknown loading error")
-                               return
 
                creds = (
                        base64.b64decode(blob)