NST
NST copied to clipboard
function definition identification error
In the code section:
if top_level_count == 2:
index = cat_nodes_list.index(cat_node)
default_category = cat_nodes_list[index - 1]
break
the line:
default_category = cat_nodes_list[index - 1]
Is interpreted as a function definition and gets listed in the source tree sidebar
Komodo Edit 7.1.4, build 11196