From 224c1294bba442c64d1a7f832b17648ff07c691e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 7 Jun 2017 13:07:56 +0200 Subject: [style] pep8 --- src/leap/bitmask/vpn/fw/firewall.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3