Skip to content

Commit c7b65ef

Browse files
committed
Pools no longer absorb unknown arguments
1 parent c357565 commit c7b65ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/mapreduce_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ def run(self):
166166
pool_type="process", # thread, process, gevent
167167
scaling_workers=False,
168168
max_workers=16,
169-
raise_error=True,
169+
raise_on_error=True,
170170
)

0 commit comments

Comments
 (0)