]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Fix the old remaining bug of the jobs command.
authorSRE <serge.rehbinder@cea.fr>
Mon, 29 May 2017 14:44:15 +0000 (16:44 +0200)
committerSRE <serge.rehbinder@cea.fr>
Mon, 29 May 2017 14:44:15 +0000 (16:44 +0200)
commands/jobs.py

index 64073bb1a840047985d6f7c949e942cd3d2cf4bb..698b3c5cfb1426e72ef2c5afa185563c0588fa51 100644 (file)
@@ -512,7 +512,7 @@ class Job(object):
             self._has_finished = True
             self._has_timouted = True
             self._Tf = time.time()
-            (out_kill, _) = self.kill_remote_process()
+            (out_kill, __) = self.kill_remote_process()
             self.out += "TIMEOUT \n" + out_kill
             self.err += "TIMEOUT : %s seconds elapsed\n" % str(self.timeout)
             try: