Remove foob :embarassed:

This commit is contained in:
Matthew Jones 2014-12-18 14:23:09 -05:00
parent 27e8d13790
commit 58ef1df906

View File

@ -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', '')