mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove foob :embarassed:
This commit is contained in:
parent
27e8d13790
commit
58ef1df906
@ -47,7 +47,7 @@ class CallbackReceiver(object):
|
||||
signal.signal(signum, signal.SIG_DFL)
|
||||
os.kill(os.getpid(), signum) # Rethrow signal, this time without catching it
|
||||
except Exception, e:
|
||||
os.system('echo "exception %s" > /tmp/foob' % str(e))
|
||||
pass
|
||||
return _handler
|
||||
def check_pre_handle(data):
|
||||
event = data.get('event', '')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user