Fix typo
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 13 Mar 2019 11:49:46 +0300
changeset 2538 2b75389575df
parent 2537 eb4a4cc41914
child 2539 bcadc7f465ee
Fix typo
connectors/PYRO/__init__.py
--- a/connectors/PYRO/__init__.py	Wed Mar 13 11:47:03 2019 +0300
+++ b/connectors/PYRO/__init__.py	Wed Mar 13 11:49:46 2019 +0300
@@ -76,7 +76,7 @@
     except Exception as e:
         confnodesroot.logger.write_error(
             _("Connection to {loc} failed with exception {ex}\n").format(
-                loc=location, exo=str(e)))
+                loc=location, ex=str(e)))
         return None
 
     RemotePLCObjectProxy.adapter.setTimeout(60)