David Mak
48c6498d1f
old_loop_target is only assigned if ctx.loop_target is overwritten, meaning that if ctx.loop_target is never overwritten, ctx.loop_target will always be overwritten to None. We fix this by only restoring from old_loop_target if we previously assigned to old_loop_target. |
||
---|---|---|
.. | ||
src | ||
check_demos.sh | ||
demo.rs | ||
interpret_demo.py | ||
run_demo.sh |