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

Gracefully ignored TypeError #469

Closed
gogobd opened this issue Jul 26, 2019 · 1 comment
Closed

Gracefully ignored TypeError #469

gogobd opened this issue Jul 26, 2019 · 1 comment
Labels

Comments

@gogobd
Copy link

gogobd commented Jul 26, 2019

I just successfully completed a simulation, but I got

Exception ignored in: <bound method MeshObject.del of <flip_fluids_addon.pyfluid.meshobject.MeshObject object at 0x7f20fb8940b8>>
Traceback (most recent call last):
File ".../.config/blender/2.79/scripts/addons/flip_fluids_addon/pyfluid/meshobject.py", line 40, in del
TypeError: 'NoneType' object is not callable

Which won't do any harm, but since the overall quality of the addon is pretty awesome I thought you might want to know.

@rlguy
Copy link
Owner

rlguy commented Jul 26, 2019

Hi gogobd,

Thanks for the report! I just had a chance to check this out and have fixed this error.

- Ryan

@rlguy rlguy closed this as completed Jul 26, 2019
@rlguy rlguy added the bug label Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants