From 47eda969c9dffff8e2549e5e80d82f1518bce5c7 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Mon, 9 Mar 2020 16:28:50 +0000 Subject: [PATCH] Update --- new_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_main.py b/new_main.py index 38e9b72..f27dc7e 100755 --- a/new_main.py +++ b/new_main.py @@ -287,7 +287,7 @@ left_pnp.gripper_open() #Ensures gripper is open before grabbing brick tower_instructions = ta.instructions -print('Loaded tower instructions, bricks: ', len(instructions)) +print('Loaded tower instructions, bricks: ', len(tower_instructions)) for step in tower_instructions: print('Processing step: ', step['step'])