Bug when copying InVariable fixed
authorlaurent
Fri, 24 Jul 2009 11:45:41 +0200
changeset 387 fcae4e40f296
parent 386 2049a2bd8017
child 388 7ea1f5094df3
Bug when copying InVariable fixed
plcopen/plcopen.py
--- a/plcopen/plcopen.py	Fri Jul 24 11:18:07 2009 +0200
+++ b/plcopen/plcopen.py	Fri Jul 24 11:45:41 2009 +0200
@@ -1376,7 +1376,7 @@
     "filter": {"none": lambda self, connections: None,
                "single": _filterConnectionsSingle,
                "multiple": _filterConnectionsMultiple},
-    "update": {"none": lambda self, translation: None,
+    "update": {"none": lambda self, translation: {},
                "single": _updateConnectionsIdSingle,
                "multiple": _updateConnectionsIdMultiple}
 }