related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)

This commit is contained in:
olia-dev 2019-07-10 12:40:26 +02:00
parent b2d84a5d89
commit 522dcf5ed3

View File

@ -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.