editors/DebugViewer.py
changeset 1847 6198190bc121
parent 1831 56b48961cc68
child 1878 fb73a6b6622d
--- a/editors/DebugViewer.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/editors/DebugViewer.py	Thu Oct 05 16:38:49 2017 +0300
@@ -128,7 +128,7 @@
         @param inhibit: Inhibit flag
         """
         # Inhibit every data consumers in list
-        for consumer, iec_path in self.DataConsumers.iteritems():
+        for consumer, _iec_path in self.DataConsumers.iteritems():
             consumer.Inhibit(inhibit)
 
         # Save inhibit flag