diff options
author | anselor <anselor@gmail.com> | 2018-05-19 12:13:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 12:13:08 -0400 |
commit | a38e3f26887f60a358a5e36421a52526a04637f5 (patch) | |
tree | f25af604947e3f533bb10f8fe0d892779a775166 /tests/scripts/recursive.py | |
parent | 8125d45412cce07b1316ef19fdcbc98deeb0a57a (diff) | |
parent | 4699451df8d0b0ff87b2332ab26498e372309ec4 (diff) | |
download | cmd2-git-a38e3f26887f60a358a5e36421a52526a04637f5.tar.gz |
Merge pull request #405 from python-cmd2/pyscript
Pyscript updates
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') |