Skip to content

Commit 663a6ae

Browse files
committed
Use MachineConfig 'gain_directory_name' key to set the save path for the EER fractionation file
1 parent 63d936d commit 663a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ async def write_eer_fractionation_file(
15511551
Path(machine_config.rsync_basepath)
15521552
/ str(datetime.datetime.now().year)
15531553
/ secure_filename(visit_name)
1554-
/ "processing"
1554+
/ machine_config.gain_directory_name
15551555
/ secure_filename(fractionation_params.fractionation_file_name)
15561556
)
15571557
if file_path.is_file():

0 commit comments

Comments
 (0)