Skip to content

Commit

Permalink
Merge pull request #2225 from theotherjimmy/fix-project-args-traceback
Browse files Browse the repository at this point in the history
Fix #2223
  • Loading branch information
sg- authored Jul 22, 2016
2 parents 2e5bf78 + a603bb0 commit 03e9903
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 03e9903

Please sign in to comment.