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
I've only seen stdout, _, process = Open3.capture3(env, command) used in our code, but we should audit the code for any other usages of Open3.capture2e to see if we have risks of hitting this in other envs... and if so, why are we using capture2e rather than capture3?
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Code improvement description
From #6103
I've only seen
stdout, _, process = Open3.capture3(env, command)
used in our code, but we should audit the code for any other usages ofOpen3.capture2e
to see if we have risks of hitting this in other envs... and if so, why are we usingcapture2e
rather thancapture3
?The text was updated successfully, but these errors were encountered: