You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirect orca process stdout to devnull to prevent deadlock (plotly#1262)
This only seemed to be causing a problem on windows after
more than 20 images had been exported.
The reason stdout had previously been set to subprocess.PIPE
was to prevent orca's stdout from being displayed in python
shell. Setting it to devnull accomplishes the same thing
but avoid the deadlock problem
0 commit comments