Skip to content

Commit 4c3b219

Browse files
author
Dale Weber
committed
Fixed error - added ':' in if statement.'
1 parent ab2bd7d commit 4c3b219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def id(self):
118118
board_id = self._clockwork_pi_id()
119119
elif chip_id == chips.RK3308:
120120
board_id = self._rock_pi_id()
121-
elif self.board_asset_tag == boards._UDOO_BOLT_BOARD_ASSET_TAG
121+
elif self.board_asset_tag == boards._UDOO_BOLT_BOARD_ASSET_TAG:
122122
board_id = boards.UDOO_BOLT
123123

124124
return board_id

0 commit comments

Comments
 (0)