diff options
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/recursive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py index 84f445bb..32c981b6 100644 --- a/tests/scripts/recursive.py +++ b/tests/scripts/recursive.py @@ -3,4 +3,4 @@ """ Example demonstrating that running a Python script recursively inside another Python script isn't allowed """ -cmd('pyscript ../script.py') +app('pyscript ../script.py') |