Skip to content

Commit 8d7b53f

Browse files
author
Oliver Scott
committed
prioritization rules tracking fix
1 parent 7713e9e commit 8d7b53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaffoldgraph/core/scaffold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def prioritization_rule(self):
108108
@prioritization_rule.setter
109109
def prioritization_rule(self, value):
110110
"""Sets the prioritization rule used to select this scaffold"""
111-
self.mol.SetProp('prioritization', str(value))
111+
self.mol.SetProp('prioritization_rule', str(value))
112112

113113
@property
114114
def removed_ring_idx(self):

0 commit comments

Comments
 (0)