Skip to content

Commit 12b77cc

Browse files
committed
Merged recent changes from 'main' branch
2 parents 33820bf + f092bc5 commit 12b77cc

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)