syntax error
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 28 Sep 2023 18:00:21 +0200
changeset 3845 d7f9b6af98ef
parent 3844 58a331434e92
child 3846 cf027bfe2653
syntax error
bacnet/BacnetSlaveEditor.py
--- 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"]())