Commit 3c90d8f
committed
API: only split the code on fully-dedented plt.show calls
Also remove the () from the search so `plt.show(block=True)` will also
be caught.
The reason for this change is so that calling `plt.show()` inside of a function
will not try to split the code into independently executed chunks.1 parent f4971af commit 3c90d8f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments