We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db1b29 commit aaf3d52Copy full SHA for aaf3d52
src/murfey/server/__init__.py
@@ -2077,7 +2077,7 @@ def _flush_tomography_preprocessing(message: dict):
2077
)
2078
return
2079
2080
- recipe_name = machine_config.get("em-tomo-preprocess", "em-tomo-preprocess")
+ recipe_name = machine_config.recipes.get("em-tomo-preprocess", "em-tomo-preprocess")
2081
2082
for f in stashed_files:
2083
collected_ids = murfey_db.exec(
0 commit comments