fix 2 for nc, correct the wait
Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be>
This commit is contained in:
parent
fe68f5ab82
commit
63a6e85890
@ -56,7 +56,7 @@ class MpExperienceNC(MpExperience):
|
|||||||
self.mpConfig.getServerIP() + " " + \
|
self.mpConfig.getServerIP() + " " + \
|
||||||
self.ncServerPort + " " + \
|
self.ncServerPort + " " + \
|
||||||
"&>" + MpExperienceNC.CLIENT_NC_LOG + \
|
"&>" + MpExperienceNC.CLIENT_NC_LOG + \
|
||||||
"_" + str(id) + ".log &"
|
"_" + str(id) + ".log"
|
||||||
print(s)
|
print(s)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user