diff --git a/awx/main/utils/common.py b/awx/main/utils/common.py index b16b142bce..cf3a511e28 100644 --- a/awx/main/utils/common.py +++ b/awx/main/utils/common.py @@ -1016,6 +1016,7 @@ class classproperty: def __get__(self, instance, ownerclass): return self.fget(ownerclass) + def create_temporary_fifo(data): """Open fifo named pipe in a new thread using a temporary file path. The thread blocks until data is read from the pipe.