We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e39ee commit 548d517Copy full SHA for 548d517
Lib/concurrent/futures/process.py
@@ -348,7 +348,7 @@ def run(self):
348
if result_item is not None:
349
exit_pid = result_item.exit_pid
350
work_id = result_item.work_id
351
- exception = result_item.exeption
+ exception = result_item.exception
352
result = result_item.result
353
del result_item
354
# Process the received a result_item. This can be either the PID of a
0 commit comments