Comment 3 for bug 950865

Revision history for this message
Zak Estrada (zestrada) wrote :

This is still an issue with wicd 1.7.3 (bzr-r933) on Gentoo Linux.
Editing the Run method in misc.py as follows fixes it:
    '''
    if return_obj:
        std_in = PIPE
    else:
        std_in = None
    '''
    std_in = None