stepper: fix whitespace error
This commit is contained in:
parent
f8dc86db88
commit
b3703388c7
|
@ -355,10 +355,8 @@ class StepperProcess(multiprocessing.Process):
|
|||
logger.debug(command)
|
||||
self.actuator_client.read_message()
|
||||
|
||||
# If the command is "pump"
|
||||
if command == "pump":
|
||||
self.__message_pump(last_message)
|
||||
# If the command is "focus"
|
||||
elif command == "focus":
|
||||
self.__message_focus(last_message)
|
||||
elif command != "":
|
||||
|
|
Loading…
Reference in a new issue