summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/helpers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/vpn/helpers/__init__.py')
-rw-r--r--src/leap/bitmask/vpn/helpers/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/bitmask/vpn/helpers/__init__.py b/src/leap/bitmask/vpn/helpers/__init__.py
index 467b15ff..8ec50999 100644
--- a/src/leap/bitmask/vpn/helpers/__init__.py
+++ b/src/leap/bitmask/vpn/helpers/__init__.py
@@ -81,9 +81,9 @@ if IS_LINUX:
openvpn_path = _config.get_bitmask_openvpn_path()
if openvpn_path is None:
# If Bitmask does not provide any openvpn binary
- # (we are not in a bundle: either running from debian packages, git or pip)
- # reporting an error on check will trigger an attempt to install
- # helpers that can not be successful.
+ # (we are not in a bundle: either running from debian packages, git
+ # or pip) reporting an error on check will trigger an attempt to
+ # install helpers that can not be successful.
# XXX: we need a better way to flag errors that can not be solved
# by installing helpers
return True