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