From 9551ff71ce976f04e98f1c19c667bc5f9f402ae9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 1 Feb 2017 17:29:22 +0100 Subject: [bug] fix parsing of vpn status --- src/leap/bitmask/cli/bitmask_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/cli') diff --git a/src/leap/bitmask/cli/bitmask_cli.py b/src/leap/bitmask/cli/bitmask_cli.py index 67c6d2c..933b824 100755 --- a/src/leap/bitmask/cli/bitmask_cli.py +++ b/src/leap/bitmask/cli/bitmask_cli.py @@ -141,7 +141,7 @@ def execute(): cli = BitmaskCLI(cfg) cli.data = ['core', 'version'] - args = ['--verbose'] if '--verbose' in sys.argv else None + args = None if '--noverbose' in sys.argv else ['--verbose'] yield cli._send( timeout=0.1, printer=_null_printer, errb=lambda: cli.start(args)) -- cgit v1.2.3