Comment 1 for bug 756657

Revision history for this message
Ralph Corderoy (ralph-inputplus) wrote :

Having had time to work around it, fp isn't None, but fp._sock is. Changing line 5198 to

    if fp and fp._sock: fp.close()

lets the program continue to apparently successful conclusion. I don't suggest this as the proper fix though. Without the work around, ipcheck.dat doesn't contain useful data.