Skip to content

Commit f491f06

Browse files
committed
Should be str not path
1 parent 366790c commit f491f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/feedback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_all_tilts(tilt_series_id: int) -> List[str]:
113113
instrument_name
114114
]
115115
return [
116-
motion_corrected_mrc(Path(r.movie_path), visit_name, machine_config)
116+
str(motion_corrected_mrc(Path(r.movie_path), visit_name, machine_config))
117117
for r in results
118118
]
119119

0 commit comments

Comments
 (0)