abiagion / freeipa

Forked from freeipa 5 years ago
Clone

e8e88ed Flush stream after writing service messages

Authored and Committed by pviktori 11 years ago
    Flush stream after writing service messages
    
    sys.stdout is buffered by default if redirected to a file.
    This may causes automated installation to appear hung.
    Flush the stream so that messages are written immediately.
    
        
file modified
+1 -0