diff options
Diffstat (limited to 'src/leap/services/eip/vpnprocess.py')
| -rw-r--r-- | src/leap/services/eip/vpnprocess.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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, | 
