IP1: code passes on local machine but doesn't pass test

Thanks, man for quick replies. I have got it fixed.
I just forgot that subprocess.run() takes string array of arguments so I needed to split. It worked fine on Windows but not on Linux.

1 Like