diff --git a/new_main.py b/new_main.py index 4c6fb8c..b368a6b 100755 --- a/new_main.py +++ b/new_main.py @@ -241,7 +241,7 @@ def process(limb, step): limb.goto(step['place']) if debug:x = raw_input('Open gripper?: ') limb.gripper_open() - if !step['lastBrick']: + if ! step['lastBrick']: limb.goto(step['hover']) else: limb.goto(step['last1'])