--- 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"]())