diff options
author | Eric Lin <anselor@gmail.com> | 2018-05-19 12:13:59 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-05-19 12:13:59 -0400 |
commit | f44871b5d055651bb4991580b64b18b87568fd7a (patch) | |
tree | c27c4b0b78f711a3e0349ae07ed13c7e3bb79dab /tests/scripts/recursive.py | |
parent | 6652557779faa0cdc4aac781e62f2b4f3b44b836 (diff) | |
parent | a38e3f26887f60a358a5e36421a52526a04637f5 (diff) | |
download | cmd2-git-f44871b5d055651bb4991580b64b18b87568fd7a.tar.gz |
Merge remote-tracking branch 'origin/master' into autocompleter
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r-- | tests/scripts/recursive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py index 32c981b6..4c29d317 100644 --- a/tests/scripts/recursive.py +++ b/tests/scripts/recursive.py @@ -3,4 +3,5 @@ """ Example demonstrating that running a Python script recursively inside another Python script isn't allowed """ +app.cmd_echo = True app('pyscript ../script.py') |