Skip to content

Commit 74f4541

Browse files
kursad-kkursad
andauthored
Fix Blender MCP 'Namespace' object has no attribute 'stats' (#134)
This fixes ```gaia.cli.handle_blender_command | cli.py:5019 | Error running Blender agent: :x: Error: 'Namespace' object has no attribute 'stats' ``` Co-authored-by: kursad <kursadk@neoplecxus.com>
1 parent 606effa commit 74f4541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gaia/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4996,7 +4996,7 @@ def handle_blender_command(args):
49964996
max_steps=args.steps,
49974997
output_dir=output_dir,
49984998
streaming=args.stream,
4999-
show_stats=args.stats,
4999+
show_stats=args.show_stats,
50005000
debug_prompts=args.debug_prompts,
50015001
)
50025002

0 commit comments

Comments
 (0)