Skip to content

Commit 5c766dc

Browse files
committed
Fixed name and params of the detect() subcommand
1 parent ee623c2 commit 5c766dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ def export(ide=None, mcu=None):
18401840
# Test command
18411841
@subcommand('detect',
18421842
help='Detect mbed targets/boards connected to this system.')
1843-
def test(tlist=False):
1843+
def detect():
18441844
# Gather remaining arguments
18451845
args = remainder
18461846
# Find the root of the program

0 commit comments

Comments
 (0)