stepper: fix whitespace error

This commit is contained in:
Romain Bazile 2020-12-15 19:10:08 +01:00
parent f8dc86db88
commit b3703388c7

View file

@ -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 != "":