Commit e6d5051
committed
2D: add bounds back to the stack if the runner failed
This bug manifested when the function failed after starting the
runner. For example the function is calling a function that is not
defined on the engines will lead to a NameError, then after importing
that on the engines, you wouldn't be able to start the runner again,
because the learner would be in a bad state. This commit fixes that
issue.1 parent b807844 commit e6d5051
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
371 | 374 | | |
372 | 375 | | |
373 | 376 | | |
| |||
0 commit comments