From 954d25594096877611e7b143f20a2e3abfcb7df2 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Wed, 26 Feb 2020 11:05:35 +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 b541da1..137dbef 100644 --- a/new_main.py +++ b/new_main.py @@ -253,9 +253,9 @@ def H_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':