mirror of https://github.com/ARMmbed/mbed-os.git
Fix "project.py --help - typerror type argument unexpected" (#2223)
parent
6b8ff8feb3
commit
a603bb0e01
|
@ -58,9 +58,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
parser.add_argument("-b",
|
parser.add_argument("-b",
|
||||||
dest="build",
|
dest="build",
|
||||||
action="store_true",
|
|
||||||
default=False,
|
default=False,
|
||||||
type=argparse_dir_not_parent(ROOT),
|
type=argparse_dir_not_parent(ROOT),
|
||||||
help="use the mbed library build, instead of the sources")
|
help="use the mbed library build, instead of the sources")
|
||||||
|
|
||||||
group.add_argument("-L", "--list-tests",
|
group.add_argument("-L", "--list-tests",
|
||||||
|
|
Loading…
Reference in New Issue