From 60bf3aa5385f4c6dde6396c48262ae7d5177fd0c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 2 Oct 2018 23:54:01 -0400 Subject: Returned cmd_echo default to False except when running a Python command at the CLI --- tests/pyscript/bar1.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyscript/bar1.py') diff --git a/tests/pyscript/bar1.py b/tests/pyscript/bar1.py index c6276a87..521e2c29 100644 --- a/tests/pyscript/bar1.py +++ b/tests/pyscript/bar1.py @@ -1 +1,2 @@ +app.cmd_echo = True app.bar('11', '22') -- cgit v1.2.1