diff -r 23aad5ae0dc1 -r 4f102c996fa3 PLCOpenEditor.py --- a/PLCOpenEditor.py Wed Sep 10 16:46:22 2008 +0200 +++ b/PLCOpenEditor.py Wed Sep 10 16:46:51 2008 +0200 @@ -3732,7 +3732,7 @@ if values is not None and values[1] == "location": location = values[0] variable_type = self.ParentWindow.Table.GetValueByName(row, "Type") - base_type = self.ParentWindow.Controler.GetBaseType(variable_type, self.Debug) + base_type = self.ParentWindow.Controler.GetBaseType(variable_type) message = None if location.startswith("%"): if base_type != values[2]: