mirror of https://github.com/rq/rq.git
Fix PEP8 complaint.
This commit is contained in:
parent
7686785d61
commit
783b6f9ec7
|
@ -522,7 +522,6 @@ class Worker(object):
|
|||
job.set_status(Status.FAILED, pipeline=pipeline)
|
||||
registry.remove(job, pipeline=pipeline)
|
||||
pipeline.execute()
|
||||
|
||||
self.handle_exception(job, *sys.exc_info())
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue