Skip to content

Commit 5b292eb

Browse files
committed
Update the debugging lines for thermogroups. They were outdated.
1 parent 4d8275e commit 5b292eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rmgpy/data/thermo.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -989,12 +989,12 @@ def __addGroupThermoData(self, thermoData, database, molecule, atom):
989989
data.comment = '{0}({1})'.format(database.label, comment)
990990

991991
# This code prints the hierarchy of the found node; useful for debugging
992-
#result = ''
993-
#while node is not None:
994-
# result = ' -> ' + node + result
995-
# node = database.tree.parent[node]
996-
#print result[4:]
997-
992+
# result = ''
993+
# while node is not None:
994+
# result = ' -> ' + node.label + result
995+
# node = node.parent
996+
# print result[4:]
997+
998998
if thermoData is None:
999999
return data
10001000
else:

0 commit comments

Comments
 (0)