Skip to content

Commit

Permalink
Fix Yocto check.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 30, 2024
1 parent 4e56d7a commit b5d72db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/util/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from opentrons.config import CONFIG, ARCHITECTURE, SystemArchitecture

if ARCHITECTURE is SystemArchitecture.BUILDROOT:
if ARCHITECTURE is SystemArchitecture.YOCTO:
from opentrons_hardware.sensors import SENSOR_LOG_NAME
else:
# we don't use the sensor log on ot2 or host
Expand Down

0 comments on commit b5d72db

Please sign in to comment.