Skip to content

Commit

Permalink
fix(api): Fix Yocto check preventing OT-2s from booting (#16639)
Browse files Browse the repository at this point in the history
Same as #16637, but into the release branch.

(cherry picked from commit d140271)
  • Loading branch information
SyntaxColoring authored Oct 30, 2024
1 parent 9a5f116 commit 56329cc
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 56329cc

Please sign in to comment.