Skip to content

Commit dfaf444

Browse files
committed
Recipes should be list
1 parent b549e56 commit dfaf444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/workflows/sxt/process_sxt_tilt_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def process_sxt_tilt_series(
115115

116116
# Send message to rabbitmq
117117
zocalo_message = {
118-
"recipes": recipe_ids[2].recipe,
118+
"recipes": [recipe_ids[2].recipe],
119119
"parameters": {
120120
"txrm_file": tilt_series_info.txrm,
121121
"xrm_reference": tilt_series_info.xrm_reference or "",

0 commit comments

Comments
 (0)