PyCQA / baron

IDE allow you to refactor code, Baron allows you to write refactoring code.
http://baron.pycqa.org
GNU Lesser General Public License v3.0
289 stars 50 forks source link

IndexError: tuple index out of range #133

Closed simone-papandrea closed 6 years ago

simone-papandrea commented 6 years ago

baron\indentation_marker.py", line 38, in get_space if len(node) < 3 or len(node[3]) == 0:

if the number of items is 3 than node[3] is out of range.