summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-07 13:07:56 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-07 13:07:56 +0200
commit224c1294bba442c64d1a7f832b17648ff07c691e (patch)
treed600ebebb4e640bcce173f6727a7d4ea61f63f2d
parent7522586f321a563d2a9d843b06932a8bc9ecfb50 (diff)
[style] pep8
-rw-r--r--src/leap/bitmask/vpn/fw/firewall.py1
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 73eccb99..23bdbd91 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: