From b45b9079c5decd720d8275378bb0d6dc172c6234 Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 9 Feb 2011 12:14:27 -0500 Subject: Early stages of support for interbehavior interactions. Fixed a bug in the config eval and added some new tests. --- operationscore/Input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'operationscore/Input.py') diff --git a/operationscore/Input.py b/operationscore/Input.py index d3d5644..5a835ec 100644 --- a/operationscore/Input.py +++ b/operationscore/Input.py @@ -17,7 +17,7 @@ class Input(ThreadedSmootCoreObject): self.inputInit() def respond(self, eventDict): - #if eventDict != []: + eventDict['InputId'] = self['Id'] self.parentScope.lock.acquire() self.parentScope.processResponse(self.argDict, eventDict) self.parentScope.lock.release() -- cgit v1.2.3