bacnet/BacnetSlaveEditor.py
changeset 3845 d7f9b6af98ef
parent 3303 0ffb41625592
child 3931 1c0263e2b3b1
--- a/bacnet/BacnetSlaveEditor.py	Thu Sep 28 17:58:36 2023 +0200
+++ b/bacnet/BacnetSlaveEditor.py	Thu Sep 28 18:00:21 2023 +0200
@@ -576,7 +576,7 @@
                 PropertyConfig = self.BACnetObjectType.PropertyConfig[PropertyName]
                 grid.SetReadOnly(row, col, False)
                 GridCellEditorConstructorArgs = \
-                    PropertyConfig["GridCellEditorConstructorArgs"]
+                    PropertyConfig["GridCellEditorConstructorArgs"] \
                     if "GridCellEditorConstructorArgs" in PropertyConfig else []
                 grid.SetCellEditor(row, col, PropertyConfig["GridCellEditor"](*GridCellEditorConstructorArgs))
                 grid.SetCellRenderer(row, col, PropertyConfig["GridCellRenderer"]())