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

RuntimeError: STATIC ERROR: std.jsonnet:1249:1-5: did not expect: (IDENTIFIER, "core") #2

Open
alecmerdler opened this issue Aug 15, 2018 · 0 comments

Comments

@alecmerdler
Copy link

When running make gen-ci from this Makefile, I receive the following error:

Output:

Traceback (most recent call last):
  File "/home/alec/.pyenv/versions/2.7.15/bin/ffctl", line 6, in <module>
    cli()
  File "/home/alec/.pyenv/versions/2.7.15/lib/python2.7/site-packages/ffctl/commands/cli.py", line 79, in cli
    args.func(args)
  File "/home/alec/.pyenv/versions/2.7.15/lib/python2.7/site-packages/pyjsonnet/commands/command_base.py", line 34, in call
    cls(options)()
  File "/home/alec/.pyenv/versions/2.7.15/lib/python2.7/site-packages/pyjsonnet/commands/command_base.py", line 37, in __call__
    self._call()
  File "/home/alec/.pyenv/versions/2.7.15/lib/python2.7/site-packages/ffctl/commands/generate.py", line 36, in _call
    gitlabcidict = r.render_jsonnet(p, tla_codes=tla_codes)
  File "/home/alec/.pyenv/versions/2.7.15/lib/python2.7/site-packages/pyjsonnet/render_jsonnet.py", line 84, in render_jsonnet
    raise e
RuntimeError: STATIC ERROR: std.jsonnet:1249:1-5: did not expect: (IDENTIFIER, "core")

make: *** [Makefile:98: gen-ci] Error 1
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