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 6afa924 commit f401d4cCopy full SHA for f401d4c
SEN5x_Adapter_Demos/Python/code.py
@@ -35,7 +35,7 @@ def read_data():
35
# Read device status
36
status = device.read_device_status()
37
print("Device Status: {}\n".format(status))
38
- except Exception as e: # pylint: disable = bare-except
+ except Exception as e: # pylint: disable = broad-except
39
print(f"Error: {e}")
40
41
while True:
0 commit comments