Skip to content

Commit 3516ce5

Browse files
committed
Convert stashed file name to path
1 parent 7703aba commit 3516ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/spa/flush_spa_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def flush_spa_preprocess(message: dict, murfey_db: Session, demo: bool = False)
355355
# Register grid square and foil hole if not present
356356
try:
357357
foil_hole_id = _flush_position_analysis(
358-
movie_path=f.file_path,
358+
movie_path=Path(f.file_path),
359359
dcg_id=collected_ids[0].id,
360360
session_id=session_id,
361361
murfey_db=murfey_db,

0 commit comments

Comments
 (0)