IndexError when removing all nodes

Issue #32 closed
Mitja Müller-Jend repo owner created an issue

When removing all nodes, the last node is not removed but an IndexError is thrown.

File "H:/.nuke\python\NodeTable\model.py", line 636, in removeRows
self._node_list.pop(i)
IndexError: pop index out of range 

Comments (2)

  1. Log in to comment