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

Update asc_editor.py to fix iteration error in get_component_info #37

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

rtclay
Copy link
Contributor

@rtclay rtclay commented Mar 27, 2024

Change get_component_info to iterate over the key, value pairs in the component.attributes dictionary. Previously, it iterated directly on the dictionary, which in recent versions of Python is equivalent to iterating over only the keys.

Change get_component_info to iterate over the key, value pairs in the component.attributes dictionary.  Previously, it iterated directly on the dictionary, which in recent versions of Python is equivalent to iterating over only the keys.
@nunobrum nunobrum merged commit 48bf6e1 into nunobrum:main Mar 28, 2024
@nunobrum
Copy link
Owner

That was actually a bug that missed my attention Thanks for solving it. Cheers!

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 this pull request may close these issues.

2 participants