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

Pybombs swallows parameters for command to be run: pybombs run cmake --version #604

Open
marcusmueller opened this issue Sep 30, 2021 · 1 comment

Comments

@marcusmueller
Copy link
Member

pybombs run cmake --version
output:
2.3.4
is the version of pybombs, weird.
I use this:
$cmake --version
cmake version 3.10.2
@marcusmueller

Originally posted by @jackdondy in gnuradio/gnuradio#5115 (comment)

@argilo
Copy link
Member

argilo commented Sep 30, 2021

I'll check whether there's a better way to handle this in Python's argparse, but you can always do pybombs run -- cmake --version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants