Pyhton doesn’t wait for subprocess.call to finish
I am running a python script which calls powershell on windows. But it seems like python doesn’t wait for the powershell script to finish before moving on (or at least it seems so). Here is my code:
I am running a python script which calls powershell on windows. But it seems like python doesn’t wait for the powershell script to finish before moving on (or at least it seems so). Here is my code: