Skip to content
Snippets Groups Projects
Commit ba957e3f authored by alekum's avatar alekum
Browse files

Delete my TODOs after fix

parent 5217b9c5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -122,9 +122,6 @@ class Path(object):
item = node.node_list
else:
item = node
# TODO(alekum) Error occurs here, because the tree is not synchronized internally.
# And the node which is inserted is not contained in the node_list of the target tree.
# But it's contained in data section. =/
pos = parent.index(item)
return pos
 
Loading
Loading
@@ -980,7 +977,7 @@ class Node(GenericNodesUtils):
 
return "<%s path=%s, \"%s\" %s, on %s %s>" % (
self.__class__.__name__,
self.path().to_baron_path(), #TODO(alekum) this call is being recursive
self.path().to_baron_path(),
truncate(self.dumps().replace("\n", "\\n"), 20),
id(self),
self.parent.__class__.__name__,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment