mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
change line 141 from parent to parents (#2137)
This commit is contained in:
@@ -138,7 +138,7 @@ class RecapHierarchyNode(object):
|
||||
|
||||
def __del__(self):
|
||||
self.children = {}
|
||||
self.parent = {}
|
||||
self.parents = {}
|
||||
self.mol = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user