From: SPN Salome - CEA Date: Fri, 9 Jun 2017 08:56:35 +0000 (+0200) Subject: bug fix for jobs command with multple users X-Git-Tag: V8_3_0rc2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=204dcc7871463711760753ca2d95a5bb28f14696;p=tools%2Fsat.git bug fix for jobs command with multple users --- diff --git a/commands/jobs.py b/commands/jobs.py index ce60bba..6c1f39c 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -835,11 +835,12 @@ class Jobs(object): # set the local settings of sat on the remote machine using # the init command - (__, __, __) = machine.exec_command( + (__, out_dist, __) = machine.exec_command( os.path.join(machine.sat_path, - ("sat init --base unknown --workdir unknown" - " --log_dir unknown")), + "sat init --base unknown --workdir" + " unknown --log_dir unknown"), self.logger) + out_dist.read() # get the remote machine distribution using a sat command (__, out_dist, __) = machine.exec_command(