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