Skip to content

Commit f092bc5

Browse files
committed
Fix to get from the recipes during tomo flushing
1 parent 3d915f3 commit f092bc5

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
@@ -2077,7 +2077,7 @@ def _flush_tomography_preprocessing(message: dict):
20772077
)
20782078
return
20792079

2080-
recipe_name = machine_config.get("em-tomo-preprocess", "em-tomo-preprocess")
2080+
recipe_name = machine_config.recipes.get("em-tomo-preprocess", "em-tomo-preprocess")
20812081

20822082
for f in stashed_files:
20832083
collected_ids = murfey_db.exec(

0 commit comments

Comments
 (0)