diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
commit | 957137a886e76f5b32f62f667673a72a813f8c0d (patch) | |
tree | b50adf03610e1d039a709f73d796f57fc539602b /tests/scripts/recursive.py | |
parent | 1c0616a61740f1407f684a1dbe816fa547873b13 (diff) | |
download | cmd2-git-957137a886e76f5b32f62f667673a72a813f8c0d.tar.gz |
Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' will show output
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r-- | tests/scripts/recursive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py index 4c29d317..32c981b6 100644 --- a/tests/scripts/recursive.py +++ b/tests/scripts/recursive.py @@ -3,5 +3,4 @@ """ Example demonstrating that running a Python script recursively inside another Python script isn't allowed """ -app.cmd_echo = True app('pyscript ../script.py') |