We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e830c4f commit 6dad3adCopy full SHA for 6dad3ad
pandarallel/pandarallel.py
@@ -323,8 +323,9 @@ def get_workers_result(
323
worker_index = message
324
finished_workers[worker_index] = ERROR
325
326
- if show_progress_bar and is_notebook_lab():
327
- progress_bars.set_error(worker_index)
+ if show_progress_bar:
+ if is_notebook_lab():
328
+ progress_bars.set_error(worker_index)
329
progress_bars.update(progresses)
330
331
results = map_result.get()
0 commit comments