prop.py isinstance issue

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

prop.py isinstance issue

felix
Hi,

I just noticed something in owlready2/prop.py that looked odd to me.
There are three occurrences of " instance()" in lines 364, 743, and 842, which I would assume are supposed to be "isinstance()".

Best,
Felix
Reply | Threaded
Open this post in threaded view
|

Re: prop.py isinstance issue

Jiba
Administrator
Hi,

Thank you for noticing this problem. Indeed, it should be call to isinstance(). I'm fixing this in the development version!

Jiba