Skip to content

Commit 040ae6c

Browse files
theotherjimmy0xc0170
authored andcommitted
Remove argument from tool/project.py -b
resolves #2309
1 parent 70abacc commit 040ae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
parser.add_argument("-b",
6060
dest="build",
6161
default=False,
62-
type=argparse_dir_not_parent(ROOT),
62+
action="store_true",
6363
help="use the mbed library build, instead of the sources")
6464

6565
group.add_argument("-L", "--list-tests",

0 commit comments

Comments
 (0)