From: SRE Date: Mon, 29 May 2017 14:44:15 +0000 (+0200) Subject: Fix the old remaining bug of the jobs command. X-Git-Tag: V8_3_0rc1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6dffe76f8568a165580ec49e0353b7da92a7041e;p=tools%2Fsat.git Fix the old remaining bug of the jobs command. --- diff --git a/commands/jobs.py b/commands/jobs.py index 64073bb..698b3c5 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -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: