Skip to content

Commit

Permalink
fix typo in housekeeping consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Mar 21, 2024
1 parent 379ff0d commit 022bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfmux/python/Housekeeping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 022bfc3

Please sign in to comment.