From ce9a59e719019d636af790de1b5185b702250fc1 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 1 Jul 2013 16:19:03 -0300 Subject: Check if there is no gateway to use. Fix typo, improve docstrings. --- src/leap/services/eip/vpnprocess.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/leap/services/eip/vpnprocess.py') diff --git a/src/leap/services/eip/vpnprocess.py b/src/leap/services/eip/vpnprocess.py index 0ec56ae7..cbf554da 100644 --- a/src/leap/services/eip/vpnprocess.py +++ b/src/leap/services/eip/vpnprocess.py @@ -698,6 +698,8 @@ class VPNProcess(protocol.ProcessProtocol, VPNManager): def getCommand(self): """ Gets the vpn command from the aproppriate launcher. + + Might throw: VPNLauncherException, OpenVPNNotFoundException. """ cmd = self._launcher.get_vpn_command( eipconfig=self._eipconfig, -- cgit v1.2.3