pyramid icon indicating copy to clipboard operation
pyramid copied to clipboard

Change != to is not in pshell initialization

Open ztane opened this issue 2 years ago • 0 comments

I had a curious problem: I had thrown an object that was wrapped in lazy_object_proxy added into the pshell environment. It had worked before but for some reason stopped working here merely due to updates in either Python version or some of the dependent libraries. The error thrown was AttributeError: __wrapped__ on this line. As is not is likely the more correct solution here, here's the pull request.

ztane avatar Jun 07 '22 20:06 ztane