Skip to content

Commit 664489c

Browse files
committed
Flush functions need renaming
1 parent 4818551 commit 664489c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def flush_spa_processing(
579579
visit_name: str, session_id: MurfeySessionID, tag: Tag, db=murfey_db
580580
):
581581
zocalo_message = {
582-
"register": "flush_spa_preprocess",
582+
"register": "spa.flush_spa_preprocess",
583583
"session_id": session_id,
584584
"tag": tag.tag,
585585
}

src/murfey/workflows/spa/flush_spa_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _flush_position_analysis(
281281
return foil_hole
282282

283283

284-
def flush_spa_preprocessing(message: dict, db: Session, demo: bool = False):
284+
def flush_spa_preprocess(message: dict, db: Session, demo: bool = False):
285285
session_id = message["session_id"]
286286
stashed_files = murfey_db.exec(
287287
select(db.PreprocessStash)

0 commit comments

Comments
 (0)