Commit c33ce60
committed
py: Fix a semantic issue with range optimisation.
Now you can assign to the range variable within the for loop and it will
still work.
Partially addresses issue adafruit#565.1 parent f905145 commit c33ce60
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1796 | 1796 | | |
1797 | 1797 | | |
1798 | 1798 | | |
1799 | | - | |
| 1799 | + | |
| 1800 | + | |
1800 | 1801 | | |
1801 | 1802 | | |
1802 | 1803 | | |
| |||
1805 | 1806 | | |
1806 | 1807 | | |
1807 | 1808 | | |
1808 | | - | |
1809 | 1809 | | |
1810 | 1810 | | |
1811 | 1811 | | |
| |||
0 commit comments