Fix "project.py --help - typerror type argument unexpected" (#2223)

pull/2225/head
Jimmy Brisson 2016-07-22 08:59:09 -05:00
parent 6b8ff8feb3
commit a603bb0e01
1 changed files with 1 additions and 2 deletions

View File

@ -58,9 +58,8 @@ if __name__ == '__main__':
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",