From 2528fb5217063a5a98f7ea2b880bfc75e7f2428c Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Wed, 2 May 2018 11:22:10 -0400 Subject: Added support for customizing the pyscript bridge pystate object name. Removed all legacy pystate objects. Changed default behavior to clear _last_result before each command Added utility for creating named tuples with default values Added tests to exercise new changes. --- tests/scripts/recursive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/scripts') 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') -- cgit v1.2.1