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
Tested on:
Steps to reproduce:
python -m openalea.lpy.gui.objectpanel
You would expect : not a crash
You get : a crash with this traceback
Traceback (most recent call last): File "c:\users\jonathan\miniconda3\envs\lpy\lib\site-packages\openalea.lpy-3.8.0-py3.8.egg\openalea\lpy\gui\objectpanel.py", line 105, in __transmit_valueChanged__ self.panel.retrieveObject(self) File "c:\users\jonathan\miniconda3\envs\lpy\lib\site-packages\openalea.lpy-3.8.0-py3.8.egg\openalea\lpy\gui\objectpanel.py", line 456, in retrieveObject object,objectid = managerDialog.getEditedObject() TypeError: cannot unpack non-iterable NoneType object
I haven't tested if this happens with Python 3.7 and Python 3.8 too. (openalea.lpy is built for Python 3.7, 3.8 and 3.9 on anaconda.org)
The text was updated successfully, but these errors were encountered:
function must return tuple, fix #29
f8717ee
Resolve #29
48fa3d1
No branches or pull requests
Tested on:
Steps to reproduce:
python -m openalea.lpy.gui.objectpanel
.You would expect : not a crash
You get : a crash with this traceback
I haven't tested if this happens with Python 3.7 and Python 3.8 too. (openalea.lpy is built for Python 3.7, 3.8 and 3.9 on anaconda.org)
The text was updated successfully, but these errors were encountered: