mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02: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):
|
def __get__(self, instance, ownerclass):
|
||||||
return self.fget(ownerclass)
|
return self.fget(ownerclass)
|
||||||
|
|
||||||
|
|
||||||
def create_temporary_fifo(data):
|
def create_temporary_fifo(data):
|
||||||
"""Open fifo named pipe in a new thread using a temporary file path. The
|
"""Open fifo named pipe in a new thread using a temporary file path. The
|
||||||
thread blocks until data is read from the pipe.
|
thread blocks until data is read from the pipe.
|
||||||
|
|||||||
Reference in New Issue
Block a user