summaryrefslogtreecommitdiff
path: root/src/leap/base/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/base/config.py')
-rw-r--r--src/leap/base/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/base/config.py b/src/leap/base/config.py
index 4d7db018..93a89638 100644
--- a/src/leap/base/config.py
+++ b/src/leap/base/config.py
@@ -162,7 +162,7 @@ def get_groupname():
# json stuff
-# XXX merge with JSONConfig
+# XXX merge with JSONConfig / EIPChecks as appropiate.
def get_config_json(config_file=None):
"""
will replace get_config function be developing them
@@ -236,6 +236,7 @@ class Configuration(object):
except requests.ConnectionError as e:
if e.message == "[Errno 113] No route to host":
if not is_internet_up:
+ # this was meant to be a function invocation I guess...
self.error = "No valid internet connection found"
else:
self.error = "Provider server appears currently down."