We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Hi Tom, thank you for pointing this out. We fixed the issue and updated the develop branch with the change.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: