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

htmlgen - KeyError: 'XRAY_ROI' #1264

Closed
mithro opened this issue Mar 6, 2020 · 3 comments · Fixed by #1287
Closed

htmlgen - KeyError: 'XRAY_ROI' #1264

mithro opened this issue Mar 6, 2020 · 3 comments · Fixed by #1287
Assignees

Comments

@mithro
Copy link
Contributor

mithro commented Mar 6, 2020

source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
--------------------------------------------
Loading tilegrid.
Writing ./html/artix7/index.html
Traceback (most recent call last):
  File "/tmp/tmp.0LNdLtQCmx/prjxray/htmlgen/htmlgen.py", line 1017, in <module>
    main()
  File "/tmp/tmp.0LNdLtQCmx/prjxray/htmlgen/htmlgen.py", line 1012, in main
    allow_fake=args.allow_fake,
  File "/tmp/tmp.0LNdLtQCmx/prjxray/htmlgen/htmlgen.py", line 980, in run
    mk_tilegrid_page(dbstate, output, grid)
  File "/tmp/tmp.0LNdLtQCmx/prjxray/htmlgen/htmlgen.py", line 387, in mk_tilegrid_page
    get_setting("XRAY_PART"), get_setting("XRAY_ROI"),
  File "/tmp/tmp.0LNdLtQCmx/prjxray/htmlgen/htmlgen.py", line 28, in <lambda>
    return lambda name: settings[name]
KeyError: 'XRAY_ROI'
The command "./.travis/generate-html.sh" exited with 1.
@mithro
Copy link
Contributor Author

mithro commented Mar 6, 2020

@mithro
Copy link
Contributor Author

mithro commented Mar 31, 2020

This is still happening on head - https://travis-ci.com/github/SymbiFlow/prjxray-db/builds/157300050?utm_medium=notification&utm_source=email

source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
--------------------------------------------
Loading tilegrid.
Writing ./html/artix7/index.html
Traceback (most recent call last):
  File "/tmp/tmp.nNvTwaA29R/prjxray/htmlgen/htmlgen.py", line 1017, in <module>
    main()
  File "/tmp/tmp.nNvTwaA29R/prjxray/htmlgen/htmlgen.py", line 1012, in main
    allow_fake=args.allow_fake,
  File "/tmp/tmp.nNvTwaA29R/prjxray/htmlgen/htmlgen.py", line 980, in run
    mk_tilegrid_page(dbstate, output, grid)
  File "/tmp/tmp.nNvTwaA29R/prjxray/htmlgen/htmlgen.py", line 387, in mk_tilegrid_page
    get_setting("XRAY_PART"), get_setting("XRAY_ROI"),
  File "/tmp/tmp.nNvTwaA29R/prjxray/htmlgen/htmlgen.py", line 28, in <lambda>
    return lambda name: settings[name]
KeyError: 'XRAY_ROI'
The command "./.travis/generate-html.sh" exited with 1.

@acomodi
Copy link
Contributor

acomodi commented Apr 1, 2020

@mithro Right, lost track of this issue. I'll look into it and fix it

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

Successfully merging a pull request may close this issue.

2 participants