Skip to content

Commit 03e9903

Browse files
authored
Merge pull request #2225 from theotherjimmy/fix-project-args-traceback
Fix #2223
2 parents 2e5bf78 + a603bb0 commit 03e9903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@
5858

5959
parser.add_argument("-b",
6060
dest="build",
61-
action="store_true",
6261
default=False,
63-
type=argparse_dir_not_parent(ROOT),
62+
type=argparse_dir_not_parent(ROOT),
6463
help="use the mbed library build, instead of the sources")
6564

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

0 commit comments

Comments
 (0)