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

html_gen exception if no user env var JAVA_HOME #94

Closed
jeffwright13 opened this issue Jan 29, 2023 · 1 comment
Closed

html_gen exception if no user env var JAVA_HOME #94

jeffwright13 opened this issue Jan 29, 2023 · 1 comment
Assignees

Comments

@jeffwright13
Copy link
Owner

$ python /Users/jwr003/coding/pt2/pytest_tui/html_gen.py

Traceback (most recent call last):
File "/Users/jwr003/coding/pt2/pytest_tui/html_gen.py", line 372, in
main()
File "/Users/jwr003/coding/pt2/pytest_tui/html_gen.py", line 354, in main
html_tabs = page.create_tabs()
^^^^^^^^^^^^^^^^^^
File "/Users/jwr003/coding/pt2/pytest_tui/html_gen.py", line 275, in create_tabs
tab_metadata = f"""

{self.get_metadata()}

"""
^^^^^^^^^^^^^^^^^^^
File "/Users/jwr003/coding/pt2/pytest_tui/html_gen.py", line 317, in get_metadata
m.pop("JAVA_HOME")
KeyError: 'JAVA_HOME'

@jeffwright13 jeffwright13 self-assigned this Jan 29, 2023
@jeffwright13
Copy link
Owner Author

Fixed in 1.7.2.

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