mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -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:
parent
b2d84a5d89
commit
522dcf5ed3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user