소스 검색

[asynpool] Fixes SyntaxError in last commit

Ask Solem 9 년 전
부모
커밋
f496b84a56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/concurrency/asynpool.py

+ 1 - 1
celery/concurrency/asynpool.py

@@ -796,7 +796,7 @@ class AsynPool(_pool.Pool):
 
         def on_not_recovering(proc, fd, job, exc):
             error('Process inqueue damaged: %r %r: %r',
-                  proc, proc.exitcode, exc, exc_info=1))
+                  proc, proc.exitcode, exc, exc_info=1)
             if proc._is_alive():
                 proc.terminate()
             hub.remove(fd)