Enable faulthandler
This commit is contained in:
parent
227052371e
commit
a66b970bfb
@ -2,9 +2,14 @@
|
||||
|
||||
"""
|
||||
Like wpull, except don't install a handler for SIGINT or SIGTERM,
|
||||
because we install our own in wpull_hooks.py
|
||||
because we install our own in wpull_hooks.py.
|
||||
|
||||
Also, enable faulthandler.
|
||||
"""
|
||||
|
||||
import faulthandler
|
||||
faulthandler.enable()
|
||||
|
||||
from wpull.app import Application
|
||||
def noop_setup_signal_handlers(self):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user