NST icon indicating copy to clipboard operation
NST copied to clipboard

function definition identification error

Open mrainess opened this issue 13 years ago • 0 comments

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

mrainess avatar Dec 09 '12 20:12 mrainess