Closed Moosems closed 1 year ago
This happens by using popen() but can be solved by using subprocess and Popen() with PIPE which helps solves keep consistency along with allowing one to change dirs.
popen()
Popen()
PIPE
I fixed htis in one of the old PR's but when we changed to using Popen this was fixed.
This happens by using
popen()
but can be solved by using subprocess andPopen()
withPIPE
which helps solves keep consistency along with allowing one to change dirs.