You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ;-)
the call
bob-build update
results intoTraceback(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_'
The text was updated successfully, but these errors were encountered: