s/exc_info=1/exc_info=True/g
This commit is contained in:
parent
6b70fa36c7
commit
d70bd8797a
14 changed files with 28 additions and 28 deletions
|
|
@ -49,7 +49,7 @@ class Tasks(Thread):
|
|||
trigger_event('error', {'error': 'unknown action'})
|
||||
logger.debug('%s done', action)
|
||||
except:
|
||||
logger.debug('task failed', exc_info=1)
|
||||
logger.debug('task failed', exc_info=True)
|
||||
self.q.task_done()
|
||||
|
||||
def join(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue