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
May also want to investigate using subprocess.check_call or subprocess.check_output in place of using subprocess.Popen. This will remove the need for the pipes.
In utils.cmd.run (utils/cmd.py) several subprocess.PIPE instances are spawned and never closed, which can cause a leak.
The text was updated successfully, but these errors were encountered: