Comment 1 for bug 227060

Revision history for this message
AlexFarran (alex-alexfarran) wrote :

I've learnt some python and added some debugging code. When the main process tries to read from the subprocess it often gets a broken pipe error. I think this is because the subprocess has finished before the main process tries to read from it. As a quick fix I've added a 1 second delay to the start of extended_info and that seems to have worked.