From c61d9a0578d89745fc0eb7de173b8aab29f4e923 Mon Sep 17 00:00:00 2001 From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl> Date: Thu, 1 Apr 2021 11:19:08 +0200 Subject: [PATCH] Remove spaces in uC_ID_R node name --- PCC/PCC/PCC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCC/PCC/PCC.py b/PCC/PCC/PCC.py index ce4de28c8..3d4a1585c 100644 --- a/PCC/PCC/PCC.py +++ b/PCC/PCC/PCC.py @@ -288,7 +288,7 @@ class PCC(Device): self.attribute_mapping["HBA_element_pwr_RW"] = self.get_pcc_node("HBA_element_pwr_RW") - self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID _R") + self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID_R") self.attribute_mapping["RCU_monitor_rate_RW"] = self.get_pcc_node("RCU_monitor_rate_RW") -- GitLab