From 5d1346b956e4276ee5963480a47ffda050bbfc21 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 29 Apr 2019 20:32:50 -0400 Subject: [PATCH] Use AWX python interpreter for failure-event-handler. python3 isn't in the normal path when using SCLs. --- tools/scripts/failure-event-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/failure-event-handler b/tools/scripts/failure-event-handler index 9838696f1c..da5008f4ac 100755 --- a/tools/scripts/failure-event-handler +++ b/tools/scripts/failure-event-handler @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/awx-python import sys import os import signal