Merge pull request #2225 from theotherjimmy/fix-project-args-traceback

Fix #2223
pull/2133/head
Sam Grove 2016-07-22 18:03:25 -05:00 committed by GitHub
commit 03e99031e7
1 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@ if __name__ == '__main__':
parser.add_argument("-b",
dest="build",
action="store_true",
default=False,
type=argparse_dir_not_parent(ROOT),
help="use the mbed library build, instead of the sources")