mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user