diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-07 13:07:56 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-07 13:07:56 +0200 |
commit | 224c1294bba442c64d1a7f832b17648ff07c691e (patch) | |
tree | d600ebebb4e640bcce173f6727a7d4ea61f63f2d /src/leap/bitmask/vpn | |
parent | 7522586f321a563d2a9d843b06932a8bc9ecfb50 (diff) |
[style] pep8
Diffstat (limited to 'src/leap/bitmask/vpn')
-rw-r--r-- | src/leap/bitmask/vpn/fw/firewall.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/fw/firewall.py b/src/leap/bitmask/vpn/fw/firewall.py index 73eccb9..23bdbd9 100644 --- a/src/leap/bitmask/vpn/fw/firewall.py +++ b/src/leap/bitmask/vpn/fw/firewall.py @@ -89,7 +89,6 @@ class FirewallManager(object): try: retcode, result = commands.getstatusoutput( ' '.join(cmd + gateways)) - #stderr=subprocess.STDOUT) except Exception: log.failure('Error launching the firewall') finally: |