Comment 2 for bug 1519518

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, the exception change makes sense, why did you do that bit though

- fout.write(output)
+ fout.write(str(output))

things seem to work without and lead to the same result?