Closed duylethanh closed 3 years ago
This PR contains the following:
.status
started
In the launch/common.py I mainly wrapped
launch/common.py
child = subprocess.Popen(cmd, cwd=cwd, env=environ, stdout=stdout, stderr=stderr)
in a try/except block and put the code below it in the else case.
try/except
else
PR updated.
This PR contains the following:
.status
file will be created even if simexpal can not find the executable), this also fixed a bug where experiments were shown asstarted
when the executable was not foundIn the
launch/common.py
I mainly wrappedin a
try/except
block and put the code below it in theelse
case.