From ae8abb85402c2bc9d48441382958a2739b3f8122 Mon Sep 17 00:00:00 2001 From: yxd92326 Date: Thu, 16 Jan 2025 09:10:02 +0000 Subject: [PATCH] Fix to get from the recipes during tomo flushing --- src/murfey/server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/murfey/server/__init__.py b/src/murfey/server/__init__.py index 57b10dcc7..a258f71ae 100644 --- a/src/murfey/server/__init__.py +++ b/src/murfey/server/__init__.py @@ -2077,7 +2077,7 @@ def _flush_tomography_preprocessing(message: dict): ) return - recipe_name = machine_config.get("em-tomo-preprocess", "em-tomo-preprocess") + recipe_name = machine_config.recipes.get("em-tomo-preprocess", "em-tomo-preprocess") for f in stashed_files: collected_ids = murfey_db.exec(