We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ca741 commit 35a8608Copy full SHA for 35a8608
Spinning_Ikea_Pumpkin/code.py
@@ -99,7 +99,7 @@
99
vl53_clock = ticks_add(vl53_clock, vl53_time)
100
else:
101
external_power.value = False
102
- except Exception as error: # pylint: disable=broad-exception-caught
+ except Exception as error: # pylint: disable=broad-except
103
print(error)
104
time.sleep(5)
105
microncontroller.reset()
0 commit comments