|
@@ -97,7 +97,7 @@ def __run_new_modelverse_activity(address, username, password, taskname, pipe, c
|
|
|
response = pipe.recv()
|
|
response = pipe.recv()
|
|
|
|
|
|
|
|
if response.name == "output":
|
|
if response.name == "output":
|
|
|
- controller.addInput(Event("data_input", "action_in", [response.parameters, context]))
|
|
|
|
|
|
|
+ controller.addInput(Event("data_input", "action_in", [response.parameters, None]))
|
|
|
else:
|
|
else:
|
|
|
raise Exception("Unknown data from SC to MV: " + str(response))
|
|
raise Exception("Unknown data from SC to MV: " + str(response))
|
|
|
empty = False
|
|
empty = False
|