From 216d8c200bde1e26187468be406f6570768088d3 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 12 Sep 2025 17:01:11 +0200 Subject: [PATCH] fix: assign session to session_name instead of username --- csaxs_bec/bec_ipython_client/startup/post_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/bec_ipython_client/startup/post_startup.py b/csaxs_bec/bec_ipython_client/startup/post_startup.py index 4f7c6aa..b902816 100644 --- a/csaxs_bec/bec_ipython_client/startup/post_startup.py +++ b/csaxs_bec/bec_ipython_client/startup/post_startup.py @@ -59,7 +59,7 @@ bec._beamline_mixin._bl_info_register(SLSInfo) bec._beamline_mixin._bl_info_register(OperatorInfo) # SETUP PROMPTS -bec._ip.prompts.username = _session_name +bec._ip.prompts.session_name = _session_name bec._ip.prompts.status = 1 # REGISTER BEAMLINE CHECKS -- 2.49.1