Commit 95bfb6a
committed
Fix gregmalcolm#97 - remove debug code that causes infinite loop
Debug code in python2/koans/about_attribute access caused an infinite loop when
run. It has been removed per the suggestions in the bug description.
Also made the Python 3 version of this bit consistent with the Python 2 version
by relocating a comment.1 parent b61f2fb commit 95bfb6a
File tree
2 files changed
+2
-5
lines changed- python2/koans
- python3/koans
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments