Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project.py - does not accept -b ? #2309

Closed
0xc0170 opened this issue Jul 29, 2016 · 3 comments
Closed

Project.py - does not accept -b ? #2309

0xc0170 opened this issue Jul 29, 2016 · 3 comments

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 29, 2016

Looks like a regression. It used to be allowed to use -b :

Currently:

python tools\project.py -m K22F -i iar -n MBED_10 -b
usage: project.py [-h] [-m MCU] [-i IDE] [-c] [-p PROGRAM] [-n PROGRAM]
                  [-b BUILD] [-L] [-S] [-E] [--source SOURCE_DIR] [-D MACROS]
project.py: error: argument -b: expected one argument

@screamerbg @theotherjimmy @sarahmarshy

@theotherjimmy
Copy link
Contributor

It looks like it will accept -b, but expects an argument.

@theotherjimmy
Copy link
Contributor

#2225 was probably supposed to delete the type line, not the action='store_true' line.

@ciarmcom
Copy link
Member

ciarmcom commented Aug 1, 2016

ARM Internal Ref: IOTMORF-99

theotherjimmy added a commit to theotherjimmy/mbed that referenced this issue Aug 11, 2016
0xc0170 pushed a commit that referenced this issue Aug 18, 2016
miklis pushed a commit that referenced this issue Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants