From: SRE Date: Mon, 10 Apr 2017 12:26:02 +0000 (+0200) Subject: More traces for the bug on the jobs command X-Git-Tag: V8_3_0rc1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ccc4be1f1aca6577f8a33cbe88eafe44582fb85d;p=tools%2Fsat.git More traces for the bug on the jobs command --- diff --git a/commands/jobs.py b/commands/jobs.py index a8d3970..1ebf986 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -523,7 +523,15 @@ class Job(object): print(type(e)) print("The error: ") print(e) - self.err += _("Unable to get remote log files: %s" % str(e)) + print("Local scope:") + print(dir()) + print("The str type: ") + print(type(str)) + print("str: ") + print(str) + if 'str' in dir(): + del(str) + self.err += _("Unable to get remote log files!") def total_duration(self): """Give the total duration of the job