Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed May 14, 2012
1 parent 8a14e90 commit b8d299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billiard/pool.py
Expand Up @@ -731,7 +731,7 @@ def _join_exited_workers(self, shutdown=False):
worker.join()
debug('Supervisor: worked %d joined', i)
cleaned.append(worker.pid)
exitcodes[worker.pid] = worker
exitcodes[worker.pid] = worker.exitcode
del self._pool[i]
del self._poolctrl[worker.pid]
if cleaned:
Expand Down

0 comments on commit b8d299b

Please sign in to comment.