Skip to content
Snippets Groups Projects
Commit d0fdbb74 authored by Václav Jelínek's avatar Václav Jelínek
Browse files

Correct syntax error

parent db2ffe54
No related branches found
No related tags found
No related merge requests found
Pipeline #76318 passed
......@@ -249,7 +249,7 @@ class Sensors:
elif sensor_type == Sensor.OC_LASER:
self.laser[port].close()
self.laser[port] = EmptyObject()
else:
# Deinit all sensors
def deinit_sensors(self):
for port_index in range(SEN_NUM):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment