Skip to content

Commit d3cc2a2

Browse files
author
Dale Weber
committed
Fixed code formatting by running black on detect.py, try #4. Oh, my!
1 parent 0de104c commit d3cc2a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/detect.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
print("Is this an embedded Linux system?", detector.board.any_embedded_linux)
2525
print("Is this a generic Linux PC?", detector.board.GENERIC_LINUX_PC)
2626
print("Is this a UDOO Bolt?", detector.board.UDOO_BOLT)
27-
print("Is this an OS environment variable special case?", detector.board.FTDI_FT232H
27+
print(
28+
"Is this an OS environment variable special case?",
29+
detector.board.FTDI_FT232H
2830
| detector.board.MICROCHIP_MCP2221
2931
| detector.board.BINHO_NOVA
30-
| detector.board.GREATFET_ONE
32+
| detector.board.GREATFET_ONE,
3133
)
3234

3335
if detector.board.any_raspberry_pi:

0 commit comments

Comments
 (0)