esnet/enos

Netshell in standalone mode quits after the first python based command

lomaxfrog opened this issue · 1 comments

After executing a command written in python, netshell quits. This seems to happen only in standalone mode, when shell is set to netshell and when the command is written in python. For instance, running the command python, or netshell native builtin command does not exhibit this problem.

fixed in 42fc206..9cee04a master -> master

After excuting a python command in resource/Lib was "breaking" out of the shell loop instead of "continuing"