dialogs/FBDVariableDialog.py
changeset 1847 6198190bc121
parent 1782 5b6ad7a7fd9d
child 1853 47a3f39bead0
--- a/dialogs/FBDVariableDialog.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/dialogs/FBDVariableDialog.py	Thu Oct 05 16:38:49 2017 +0300
@@ -146,7 +146,7 @@
         # Refresh names in name list box by selecting variables in POU variables
         # list that can be applied to variable class
         self.VariableName.Clear()
-        for name, (var_type, value_type) in self.VariableList.iteritems():
+        for name, (var_type, _value_type) in self.VariableList.iteritems():
             if var_type != "Input" or var_class == INPUT:
                 self.VariableName.Append(name)