mirror of https://github.com/peter4431/rq.git
Remove extraneous try/except (#1247)
The exception handling block was raising the caught exception in-place, which caused the original traceback info to be lost. Rather than replace `raise e` with `raise`, I simply removed the whole try / except, since no action was being taken in the except block.main
parent
9d6f38df0e
commit
6ab6a0a573
Loading…
Reference in New Issue