htm-community/nupic.studio

Cannot delete node in hierarchy

rhyolight opened this issue · 3 comments

Here is a video of the bug.

Here is the stack trace.

› nustudio
2014-09-09 17:09:04.813 Python[93147:d07] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
2014-09-09 17:09:13.119 Python[93147:d07] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/nustudio/ui/node_selector_form.py", line 336, in __menuNodeDelete_Click
    self.underMouseNode.delete()
  File "/usr/local/lib/python2.7/site-packages/nustudio/htm/node.py", line 106, in delete
    self.parentNode.children.remove(self)
AttributeError: 'builtin_function_or_method' object has no attribute 'remove'

This bug is eventual with no obvious cause. I'll do exaustive test to check its source.

Fixed: 441e58c

Please, try again!

PS: Do you think that I should update PyPi at each critical error like this? Or should I wait more?

Works!