We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e64b12 commit c7b6d35Copy full SHA for c7b6d35
tools/ci_check_duplicate_usb_vid_pid.py
@@ -71,8 +71,8 @@ def configboard_files():
71
72
def check_vid_pid(files, whitelist):
73
""" Compiles a list of USB VID & PID values for all boards, and checks
74
- for duplicates. Raises a `RuntimeError` if duplicates are found, and
75
- lists the duplicates.
+ for duplicates. Exits with ``sys.exit()`` (non-zero exit code)
+ if duplicates are found, and lists the duplicates.
76
"""
77
78
duplicates_found = False
0 commit comments