fix/recon folder name from global var was not set when changed in gui
CI for csaxs_bec / test (push) Successful in 1m31s

This commit is contained in:
x12sa
2026-07-08 11:51:29 +02:00
parent f48d180376
commit 401312fcbb
@@ -2786,6 +2786,7 @@ class Flomni(
):
"""write the tomo reconstruct file for the reconstruction queue"""
bec = builtins.__dict__.get("bec")
self.reconstructor.folder_name = self.ptycho_reconstruct_foldername
self.reconstructor.write(
scan_list=self._current_scan_list,
next_scan_number=bec.queue.next_scan_number,