Comment 1 for bug 394267

Revision history for this message
Gaƫtan Delannay (gaetan-delannay) wrote :

When an error was encountered somewhere within a 'for' loop, pod replaced the content of the current buffer to dump the error. But for subsequent iterations, the buffer was 'broken' because it did not contain the correct content anymore: it contained the error, which was then repeated. Now, pod uses a temporary buffer to dump the error.