From 46f5029942aa3cf6088b3ec758d49479bc2623da Mon Sep 17 00:00:00 2001 From: SRE Date: Tue, 11 Apr 2017 15:50:09 +0200 Subject: [PATCH] new test for bug of sat jobs --- commands/jobs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/jobs.py b/commands/jobs.py index 1ebf986..68224c4 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -529,8 +529,6 @@ class Job(object): 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): -- 2.39.2