Commit 7b2c5fb
committed
bug fix: plot(dump=True) works with complex terminal strings
There are two bugs here. This patch fixes only the breakage we get with
dump=True. Prior to this patch we'd try to access self.fdDupSTDOUT even when it
doesn't exist. The next patch will fix the incomplete terminal detection1 parent 22bba4c commit 7b2c5fb
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2346 | 2346 | | |
2347 | 2347 | | |
2348 | 2348 | | |
2349 | | - | |
2350 | | - | |
2351 | | - | |
2352 | | - | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
2353 | 2355 | | |
2354 | 2356 | | |
2355 | 2357 | | |
| |||
0 commit comments