fix 2 for nc, correct the wait

Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
This commit is contained in:
Benjamin Hesmans 2015-02-27 11:40:52 +01:00
parent fe68f5ab82
commit 63a6e85890

View File

@ -56,7 +56,7 @@ class MpExperienceNC(MpExperience):
self.mpConfig.getServerIP() + " " + \
self.ncServerPort + " " + \
"&>" + MpExperienceNC.CLIENT_NC_LOG + \
"_" + str(id) + ".log &"
"_" + str(id) + ".log"
print(s)
return s