Skip to content

Commit

Permalink
Update contrib/checkbox-provider-ce-oem/bin/iio_sensor_test.py
Browse files Browse the repository at this point in the history
updated log

Co-authored-by: LiaoU3 <[email protected]>
  • Loading branch information
stanley31huang and LiaoU3 authored Mar 18, 2024
1 parent 7aefd1c commit f21568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/checkbox-provider-ce-oem/bin/iio_sensor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def check_pressure_sensor(index):
tmp_node = iio_node.joinpath(sub_node)
_check_node(tmp_node)
value = tmp_node.read_text().strip("\n")
print("the value of {} node is {}".format(tmp_node, value))
print("The value of {} node is {}".format(tmp_node, value))
readings.append(value)

if readings and _check_reading(readings):
Expand Down

0 comments on commit f21568f

Please sign in to comment.