Skip to content

Commit 9fea80a

Browse files
committed
Fix shelxt reprocessing query for data collection groups
1 parent 9bd3fbc commit 9fea80a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dlstbx/services/trigger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,7 @@ def trigger_shelxt(
25892589
)
25902590
.filter(AutoProcScaling.autoProcScalingId == parameters.scaling_id)
25912591
.filter(AutoProcProgramAttachment.fileName == "shelxt.ins")
2592+
.distinct()
25922593
)
25932594
ins_file_attachment = query.one()
25942595
if ins_file_attachment:

0 commit comments

Comments
 (0)