Skip to content

Commit dc6c4ee

Browse files
authored
Update board_stub_builder.py
1 parent 28e6afc commit dc6c4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/board_stubs/build_board_specific_stubs/board_stub_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_board_pins(pin_filename):
1717
if line.strip()[0:2] == "//":
1818
continue
1919

20-
# (\s*) means any amount of whitespaces (no whitespaces allowed too)
20+
# \s* means any amount of whitespaces (no whitespaces allowed too)
2121
# related issue: https://github.com/adafruit/circuitpython/issues/9407
2222

2323
search = re.search(r"MP_ROM_QSTR\(MP_QSTR_(.*?)\),\s*MP_ROM_PTR", line)

0 commit comments

Comments
 (0)