Commit 475f715
committed
Explicitly close read and write of Popen to latex
This avoids a warning in the test suite on python3.4. When reading
and writing from directly from stdout and stdin of the process they
should be explicitly closed afterwards.1 parent 6204ca8 commit 475f715
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | 345 | | |
347 | | - | |
| 346 | + | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments