File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 70
70
echo $MODEL_CMD
71
71
72
72
$TIMEOUT_CMD python " ${arg_array[@]} "
73
- # $? is the exit status of the most recently executed command (i.e the
74
- # line above)
73
+
74
+
75
75
RES=$?
76
76
if [ " $RES " -ne 0 ]; then
77
77
if [ " $RES " == 124 ]; then
Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ MODEL_CMD="python ${arg_array[@]}"
68
68
set +e
69
69
echo $MODEL_CMD
70
70
$TIMEOUT_CMD python " ${arg_array[@]} "
71
- # $? is the exit status of the most recently executed command (i.e the
72
- # line above)
71
+
73
72
RES=$?
74
73
if [ " $RES " -ne 0 ]; then
75
74
if [ " $RES " == 124 ]; then
Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ MODEL_CMD="python ${arg_array[@]}"
67
67
set +e
68
68
echo $MODEL_CMD
69
69
$TIMEOUT_CMD python " ${arg_array[@]} "
70
- # $? is the exit status of the most recently executed command (i.e the
71
- # line above)
70
+
72
71
RES=$?
73
72
if [ " $RES " -ne 0 ]; then
74
73
if [ " $RES " == 124 ]; then
You can’t perform that action at this time.
0 commit comments