change line 141 from parent to parents (#2137)

This commit is contained in:
iwatobipen
2018-10-29 14:28:38 +09:00
committed by Greg Landrum
parent 70861d5b11
commit 797dff02f1

View File

@@ -138,7 +138,7 @@ class RecapHierarchyNode(object):
def __del__(self):
self.children = {}
self.parent = {}
self.parents = {}
self.mol = None