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

key error if options is commented out #896

Open
PhilipDeegan opened this issue Oct 1, 2024 · 0 comments · May be fixed by #917
Open

key error if options is commented out #896

PhilipDeegan opened this issue Oct 1, 2024 · 0 comments · May be fixed by #917
Assignees
Labels
bug 🔥 Something isn't working
Milestone

Comments

@PhilipDeegan
Copy link
Member

if "mode" in diag_options["options"]:

if "mode" in diag_options["options"]:

->

if "options" in diag_options and "mode" in diag_options["options"]:

@nicolasaunai nicolasaunai added the bug 🔥 Something isn't working label Oct 12, 2024
@nicolasaunai nicolasaunai moved this to Fix me 🔥 in PHARE Roadmap Oct 12, 2024
@nicolasaunai nicolasaunai added this to the 1.0 milestone Oct 12, 2024
PhilipDeegan added a commit to PhilipDeegan/PHARE that referenced this issue Oct 24, 2024
@PhilipDeegan PhilipDeegan linked a pull request Oct 24, 2024 that will close this issue
PhilipDeegan added a commit to PhilipDeegan/PHARE that referenced this issue Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🔥 Something isn't working
Projects
Status: Fix me 🔥
Development

Successfully merging a pull request may close this issue.

3 participants