# HG changeset patch # User Edouard Tisserant # Date 1695916821 -7200 # Node ID d7f9b6af98ef821693b11ed4e2368ac741623fb8 # Parent 58a331434e927c90255aae4085951f63f93f6fb1 syntax error diff -r 58a331434e92 -r d7f9b6af98ef 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"]())