mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Fix PEP8
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
|
import sys
|
||||||
|
import traceback
|
||||||
|
|
||||||
|
|
||||||
def worker_abort(worker):
|
def worker_abort(worker):
|
||||||
worker.log.info("worker received ABORT")
|
worker.log.info("worker received ABORT")
|
||||||
import sys, traceback
|
|
||||||
for threadId, stack in sys._current_frames().items():
|
for threadId, stack in sys._current_frames().items():
|
||||||
worker.log.info(''.join(traceback.format_stack(stack)))
|
worker.log.info(''.join(traceback.format_stack(stack)))
|
||||||
|
|||||||
Reference in New Issue
Block a user