python is waiting in the background even after process completed
os.system(cmd) is waiting in the backround even after the cmd completed.
In python
Any idea how to fix this???
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" && devenv /Build "Release|win32" "w:\erwin\ERwin Model.sln" >> C:\BuildServer\Logs\MCL_win32_Release_Full__RMCL_Full_win32_Release_Model_05111839.log"
The above is the cmd I am executing... It is running sometimes and sometimes it is stuck in the background even after this completed.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
HISDTechGuy
7 years ago