mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Remove stdout indicator.
This commit is contained in:
parent
33952808c4
commit
651a09f5fb
@ -682,8 +682,6 @@ class BaseTask(Task):
|
||||
stdout_handle.close()
|
||||
if getattr(self, 'timed_out', False):
|
||||
job_explanation = "Job terminated due to timeout"
|
||||
with open(stdout_filename, 'a') as f:
|
||||
f.write("\x1b[1;31m%s\x1b[0m" % "JOB FAILS DUE TO TIMEOUT!")
|
||||
except Exception:
|
||||
pass
|
||||
instance = self.update_model(pk, status=status, result_traceback=tb,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user