Browse Source

Fix the new SCCD client for basic tests

Yentl Van Tendeloo 8 years ago
parent
commit
c6433082d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wrappers/modelverse_coded.py

+ 1 - 0
wrappers/modelverse_coded.py

@@ -73,6 +73,7 @@ def _output_thread(controller, outp, task):
             controller.addInput(Event("HTTP_input", "request_in", [urllib.urlencode({"op": "get_output", "taskname": task}), my_id]))
             event = req_out.fetch(-1)
 
+            print("Got event in coded: " + str(event))
             if event.parameters[1] == my_id:
                 outp[task].append(json.loads(event.parameters[0]))
     except: