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

cpu arch plugin: device tree result changes bug fix #1232

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Jul 2, 2024

  • fixes a bug in the dt module of the cpu_architecture plugin introduced by changing the result structure of the device_tree plugin in device_tree: Use PluginV1 #1028

the bug:

  File "src/plugins/analysis/architecture_detection/internal/dt.py", line 81, in construct_result
    dt = dt_dict['device_tree']
         ~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'device_tree'

@jstucke jstucke added the bug label Jul 2, 2024
@jstucke jstucke requested a review from maringuu July 2, 2024 08:59
@jstucke jstucke self-assigned this Jul 2, 2024
@maringuu maringuu merged commit 354a67b into master Jul 4, 2024
9 checks passed
@maringuu maringuu deleted the arch-detection-dt-fix branch July 4, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants