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

Typo or copy paste error in tools.py? #324

Open
tom-williams opened this issue Jan 16, 2025 · 1 comment
Open

Typo or copy paste error in tools.py? #324

tom-williams opened this issue Jan 16, 2025 · 1 comment

Comments

@tom-williams
Copy link

In the branch tagged v3.0.0 in line 637 of the tools.py file, I believe that

channels = info_exg.desc().append_child("channels")

should be:

channels = info_orn.desc().append_child("channels")

I can see that in the master branch this file no longer exists, but seems to have been migrated to different .pyd file versions.

I am wondering if this is still an issue in the latest code, and if so, is it something that can be fixed?

@salman2135
Copy link
Member

salman2135 commented Jan 17, 2025

Hi Tom,
thank you for pointing this out. We fixed the issue and updated the develop branch with the change.

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

2 participants