Skip to content

Commit f401d4c

Browse files
committed
lint
1 parent 6afa924 commit f401d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SEN5x_Adapter_Demos/Python/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read_data():
3535
# Read device status
3636
status = device.read_device_status()
3737
print("Device Status: {}\n".format(status))
38-
except Exception as e: # pylint: disable = bare-except
38+
except Exception as e: # pylint: disable = broad-except
3939
print(f"Error: {e}")
4040

4141
while True:

0 commit comments

Comments
 (0)