connectors/PYRO/__init__.py
changeset 1847 6198190bc121
parent 1846 14b40afccd69
child 1881 091005ec69c4
--- a/connectors/PYRO/__init__.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/connectors/PYRO/__init__.py	Thu Oct 05 16:38:49 2017 +0300
@@ -161,7 +161,7 @@
             object is recreated meanwhile,
             so we must not keep ref to it here
             """
-            current_status, log_count = confnodesroot._connector.GetPyroProxy().GetPLCstatus()
+            current_status, _log_count = confnodesroot._connector.GetPyroProxy().GetPLCstatus()
             if current_status == "Dirty":
                 # Some bad libs with static symbols may polute PLC
                 # ask runtime to suicide and come back again