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,