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 7d912ee commit cf24537Copy full SHA for cf24537
src/murfey/workflows/spa/atlas.py
@@ -27,7 +27,7 @@ def atlas_jpg_from_mrc(instrument_name: str, visit_name: str, atlas_mrc: Path):
27
core
28
/ machine_config.processed_directory_name
29
/ "atlas"
30
- / f"{sample_id}_{atlas_mrc.stem}_fullres.jpg"
+ / secure_filename(f"{sample_id}_{atlas_mrc.stem}_fullres.jpg")
31
)
32
atlas_jpg_file.parent.mkdir(parents=True, exist_ok=True)
33
0 commit comments