Skip to content

Commit e22ce74

Browse files
committed
Correct silly mistake
1 parent 6526fa3 commit e22ce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/multiprocessing/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
757757
self._check_error(exc_val)
758758

759759
def _error(self, error):
760-
util.debug('callback error', exc_info=error)
760+
util.debug('callback error: %s', error)
761761
self._errors.append(error)
762762

763763
#

0 commit comments

Comments
 (0)