From: SRE Date: Wed, 5 Apr 2017 09:44:04 +0000 (+0200) Subject: add some traces and a possible fix for the bug that stops the jobs command X-Git-Tag: V8_3_0rc1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=279d13c238102c77a76cae58aa1d749555380f58;p=tools%2Fsat.git add some traces and a possible fix for the bug that stops the jobs command --- diff --git a/commands/jobs.py b/commands/jobs.py index 8c86350..a8d3970 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -518,7 +518,12 @@ class Job(object): try: self.get_log_files() except Exception as e: - self.err += _("Unable to get remote log files: %s" % e) + # The 2 following lines must be suppressed after the bug is fixed + print("The error type: ") + print(type(e)) + print("The error: ") + print(e) + self.err += _("Unable to get remote log files: %s" % str(e)) def total_duration(self): """Give the total duration of the job