From 33b87dc1ad63284ee1191ca2bfc569b108719f71 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Dec 2013 00:51:51 +1100 Subject: update console shell for changes in api --- release/scripts/modules/console_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/console_shell.py') diff --git a/release/scripts/modules/console_shell.py b/release/scripts/modules/console_shell.py index 42348f453cd..83367e72e67 100644 --- a/release/scripts/modules/console_shell.py +++ b/release/scripts/modules/console_shell.py @@ -43,7 +43,7 @@ def shell_run(text): PROMPT = "$ " -def execute(context): +def execute(context, is_interactive): sc = context.space_data try: -- cgit v1.2.3