[Bf-blender-cvs] [33b87dc] master: update console shell for changes in api

Campbell Barton noreply at git.blender.org
Sat Dec 28 14:52:12 CET 2013


Commit: 33b87dc1ad63284ee1191ca2bfc569b108719f71
Author: Campbell Barton
Date:   Sun Dec 29 00:51:51 2013 +1100
https://developer.blender.org/rB33b87dc1ad63284ee1191ca2bfc569b108719f71

update console shell for changes in api

===================================================================

M	release/scripts/modules/console_shell.py

===================================================================

diff --git a/release/scripts/modules/console_shell.py b/release/scripts/modules/console_shell.py
index 42348f4..83367e7 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:




More information about the Bf-blender-cvs mailing list