MCPcopy 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
16def nonfatal(func, *args):
17 try:
18 func(*args)
19 except Fatal, e:
20 log('error: %s\n' % e)
21
22
23def _call(argv):

Callers 1

do_iptablesFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected