From fc1363b5cc6d5103afdea2c70c2e98f89958589c Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Wed, 26 Feb 2020 11:06:04 +0000 Subject: [PATCH] Update --- new_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new_main.py b/new_main.py index 137dbef..f1063b3 100644 --- a/new_main.py +++ b/new_main.py @@ -216,9 +216,9 @@ def V_Routine(): if gripper_state < 10: command = raw_input('\n \n PROBLEM DETECTED!!!\nGripper has nothing in it...\n (C)ontinue, (A)bort, (O)pen gripper\n >_ ') if command == 'C': - continue + pass elif command == 'c': - continue + pass elif command == 'O': open_and_wait() elif command == 'o':