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

scriptLanguage: bash not working #394

Closed
mahaase opened this issue Jan 17, 2021 · 0 comments
Closed

scriptLanguage: bash not working #394

mahaase opened this issue Jan 17, 2021 · 0 comments

Comments

@mahaase
Copy link
Contributor

mahaase commented Jan 17, 2021

$ bob dev ... 

An internal Exception has occured. This should not have happenend.
Please open an issue at https://github.com/BobBuildTool/bob with the following backtrace:
Bob version 0.18.2.dev42+gf205ad9
Traceback (most recent call last):
  File "C:/bob/pym/bob/scripts.py", line 147, in catchErrors
    ret = fun(*args, **kwargs)
  File "C:/bob/pym/bob/scripts.py", line 248, in cmd
    ret = cmd(args.args, bobRoot)
  File "C:/bob/pym/bob/scripts.py", line 29, in __develop
    doDevelop(*args, **kwargs)
  File "C:/bob/pym/bob/cmds/build/build.py", line 296, in doDevelop
    commonBuildDevelop(parser, argv, bobRoot, True)
  File "C:/bob/pym/bob/cmds/build/build.py", line 137, in commonBuildDevelop
    recipes.parse()
  File "C:/bob/pym/bob/input.py", line 3398, in parse
    self.__parse()
  File "C:/bob/pym/bob/input.py", line 3417, in __parse
    recipe.resolveClasses()
  File "C:/bob/pym/bob/input.py", line 2219, in resolveClasses
    glue = getLanguage(self.__scriptLanguage).glue
  File "C:/bob/pym/bob/languages.py", line 582, in getLanguage
    return LANG[language]
KeyError: 'bash'
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

1 participant