From 022bfc3115e00335c7ddde139634980550f072e0 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Wed, 20 Mar 2024 23:22:42 -0500 Subject: [PATCH] fix typo in housekeeping consumer --- dfmux/python/Housekeeping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfmux/python/Housekeeping.py b/dfmux/python/Housekeeping.py index e39f6a46..ef57d35a 100644 --- a/dfmux/python/Housekeeping.py +++ b/dfmux/python/Housekeeping.py @@ -246,7 +246,7 @@ def HousekeepingFromJSON(cls, dat): # Modules for m, mod in enumerate(mezz['modules']): modhk = HkModuleInfo() - modhk.routing = str(mod['routing'][0]) + modhk.routing_type = str(mod['routing'][0]) modhk.module_number = m+1 if mezzhk.present and mezzhk.power: if 'gains' in mod: