controls/CustomTable.py
changeset 1847 6198190bc121
parent 1740 b789b695b5c6
child 1878 fb73a6b6622d
--- a/controls/CustomTable.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/controls/CustomTable.py	Thu Oct 05 16:38:49 2017 +0300
@@ -192,7 +192,7 @@
         if highlight_type is None:
             self.Highlights = {}
         else:
-            for row, row_highlights in self.Highlights.iteritems():
+            for _row, row_highlights in self.Highlights.iteritems():
                 row_items = row_highlights.items()
                 for col, col_highlights in row_items:
                     if highlight_type in col_highlights: