Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ nonfatal
Function
nonfatal
firewall.py:16–20 ·
view source on GitHub ↗
(func, *args)
Source
from the content-addressed store, hash-verified
14
15
16
def
nonfatal(func, *args):
17
try
:
18
func(*args)
19
except
Fatal, e:
20
log(
'error: %s\n'
% e)
21
22
23
def
_call(argv):
Callers
1
do_iptables
Function · 0.85
Calls
1
log
Function · 0.85
Tested by
no test coverage detected