From f5d6a95095e84be7a67a7a8257fbb0cd520ec6ab Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 10 Feb 2021 10:29:48 -0800 Subject: [PATCH] ENH: include bec in namespace --- hutch_python/load_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutch_python/load_conf.py b/hutch_python/load_conf.py index 6ac9fc11..e83f32f3 100644 --- a/hutch_python/load_conf.py +++ b/hutch_python/load_conf.py @@ -222,7 +222,7 @@ def load_conf(conf, hutch_dir=None): initialize_qt_teleporter() bec = BestEffortCallback() RE.subscribe(bec) - cache(RE=RE) + cache(RE=RE, bec=bec) # Collect Plans with safe_load('bluesky plans'):