remove unused code (#1092)

main
秋葉 6 years ago committed by Selwin Ong
parent 98fa81873b
commit e40fc393b2

@ -647,7 +647,6 @@ class Worker(object):
'(work-horse terminated unexpectedly; waitpid returned {})'
).format(ret_val))
exc_string = "Work-horse process was terminated unexpectedly " + "(waitpid returned %s)" % ret_val
self.handle_job_failure(
job,
exc_string="Work-horse process was terminated unexpectedly "

Loading…
Cancel
Save