Commit 5aef7c5
correctly index if/elif/else statements
Summary:
the else branch isn't indexed in "if / elif / else" constructs. This fixes it.
Note: due the dynamic nature of python and absence of exhaustiveness check, it's difficult to cover all cases. Could be worth trying to being more defensive in the traversal
Differential Revision: D87634991
fbshipit-source-id: 7bf42c06a3dfb8c3ca9aed31c14d28b8f4285a161 parent a04ce0c commit 5aef7c5
1 file changed
Lines changed: 36 additions & 1 deletion
Lines changed: 36 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
596 | 631 | | |
597 | 632 | | |
598 | 633 | | |
| |||
0 commit comments