SBC-Utrecht / PyTomPrivate

Development repository
GNU General Public License v2.0
2 stars 2 forks source link

change all possible dangling 'os.popen' to 'subprocess.run' instead #168

Closed sroet closed 1 year ago

sroet commented 1 year ago

closes SBC-Utrecht/PyTomPrivate#156 if I did this correctly. I changed all os.popen.read that I could find in the codebase

I still have to run the tests, so will keep this a draft until then

sroet commented 1 year ago

@McHaillet this is ready for a review, it passes the GPU E2E test without the warning for me :)