Comment 7 for bug 656938

Revision history for this message
Catalin Patulea (cpatulea) wrote : Re: WMF Export fails

M8R-98booy, can you try making the following changes to uniconv_output.py:

On every line with Popen(), add the following argument before stdout=:
stdin=os.open(os.devnull)