-print("Found system type: %s (sys.plaform %s implementation %s) " %
- (agnostic_board, sys.platform, sys.implementation.name))
+print(
+ "Found system type: %s (sys.platform %s implementation %s) "
+ % (agnostic.board_id, sys.platform, sys.implementation.name)
+)