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

Error by calling Bob-build update #18

Open
annaborn opened this issue Mar 26, 2018 · 1 comment
Open

Error by calling Bob-build update #18

annaborn opened this issue Mar 26, 2018 · 1 comment

Comments

@annaborn
Copy link

the call bob-build update results into

Traceback(most recent call last): File "/home/dfki.uni-bremen.de/aborn/DFKI/MARS_DEV/mars_envire/pybob/pybob.py", line 366, in <module> globals()[sys.argv[1].replace("-", "_")+"_"]() KeyError: 'update_'

@malter
Copy link
Member

malter commented Mar 27, 2018

bob-build should expect a package name and "bob-build" should be an alias to "bob build", so sys.arg[1] should be build and not update. "bob update" would result in the error you have because update is an unknown command. Pybob should handle that case better. ;-)

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