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

Disabling "New Footprint" switch throws error when no Footprint library selected #137

Closed
eeintech opened this issue Mar 8, 2023 · 0 comments · Fixed by #138
Closed

Disabling "New Footprint" switch throws error when no Footprint library selected #137

eeintech opened this issue Mar 8, 2023 · 0 comments · Fixed by #138
Labels
bug Something isn't working

Comments

@eeintech
Copy link
Contributor

eeintech commented Mar 8, 2023

Version: beta1

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "./Ki-nTree/kintree/gui/views/common.py", line 235, in <lambda>
    lambda e: self.process_change(e, handler, *args, **kwargs)
  File "./Ki-nTree/kintree/gui/views/common.py", line 208, in process_change
    handler(e, *args, **kwargs)
  File "./Ki-nTree/kintree/gui/views/main.py", line 870, in create_footprint
    self.update_footprint_options(self.fields['Footprint Library'].value)
  File "./Ki-nTree/kintree/gui/views/main.py", line 804, in update_footprint_options
    footprint_lib_path = footprint_paths[library]
KeyError: None
@eeintech eeintech added the bug Something isn't working label Mar 8, 2023
@eeintech eeintech mentioned this issue Mar 9, 2023
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant