Skip to content

Commit 6f6f749

Browse files
committed
Recipe not part of message
1 parent a68f40f commit 6f6f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ def feedback_callback(header: dict, message: dict) -> None:
22212221
.where(db.ProcessingJob.dc_id == db.DataCollection.id)
22222222
.where(db.AutoProcProgram.pj_id == db.ProcessingJob.id)
22232223
.where(db.DataCollection.id == collected_ids[1].id)
2224-
.where(db.ProcessingJob.recipe == message["em-tomo-align"])
2224+
.where(db.ProcessingJob.recipe == "em-tomo-align")
22252225
).one()
22262226

22272227
relevant_tilt_and_series = murfey_db.exec(

0 commit comments

Comments
 (0)