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 when running make #59

Open
Calinou opened this issue Jan 10, 2018 · 0 comments
Open

Error when running make #59

Calinou opened this issue Jan 10, 2018 · 0 comments

Comments

@Calinou
Copy link

Calinou commented Jan 10, 2018

On Fedora 27 with Python 3.6.3, running make fails with the error below:

mkdir -p build
./bpgen.py
Loading emotes
Processing
Traceback (most recent call last):
  File "./bpgen.py", line 151, in <module>
    main()
  File "./bpgen.py", line 135, in main
    tag_id2name, tag_name2id = bplib.resolve.build_tag_map(all_emotes, context)
  File "/home/hugo/Documents/Git/Rothera/bpm/bplib/resolve.py", line 125, in build_tag_map
    tag_name2id[alias] = tag_name2id[name]
KeyError: '+tempestshadow'
make: *** [Makefile:84: build/bpm-resources.js] Error 1

This was tested on commit 15a554d; this error does not occur on previous commits.

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