Skip to content

Commit

Permalink
Fix "project.py --help - typerror type argument unexpected" (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherjimmy committed Jul 22, 2016
1 parent 6b8ff8f commit a603bb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@

parser.add_argument("-b",
dest="build",
action="store_true",
default=False,
type=argparse_dir_not_parent(ROOT),
type=argparse_dir_not_parent(ROOT),
help="use the mbed library build, instead of the sources")

group.add_argument("-L", "--list-tests",
Expand Down

0 comments on commit a603bb0

Please sign in to comment.