diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-14 16:28:41 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-14 16:28:41 -0500 |
commit | 9156618a56d635bb51261d019a3703a1b4e3b588 (patch) | |
tree | 3f35d07cf668ec156dac6e97e612569c83aa36c6 /cmd2/parsing.py | |
parent | 013b9e0a2c75e17f8aa0e0f7cbe50d84d2f657d8 (diff) | |
download | cmd2-git-9156618a56d635bb51261d019a3703a1b4e3b588.tar.gz |
Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.
Fixed bug where cmd2 set sys.path[0] for a pyscript to its cwd instead of the script's directory.
Fixed bug where sys.path was not being restored after a pyscript ran.
Setting the following pyscript variables:
__name__: __main__
__file__: script path (as typed)
Removed do_py.run() function since it didn't handle arguments and offered no benefit over run_pyscript.
Diffstat (limited to 'cmd2/parsing.py')
0 files changed, 0 insertions, 0 deletions