From 401312fcbb057308fb6efb8c5abcec69e1140916 Mon Sep 17 00:00:00 2001 From: x12sa Date: Wed, 8 Jul 2026 11:51:29 +0200 Subject: [PATCH] fix/recon folder name from global var was not set when changed in gui --- csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py | 1 + 1 file changed, 1 insertion(+) diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py index ab6bd26..16b38c5 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py @@ -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,