beremiz
Clone
Summary
Browse
Changes
Graph
Fix typo
2019-03-13, Andrey Skvortsov
2b75389575df
Parents
eb4a4cc41914
Children
bcadc7f465ee
Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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)