I had a curious problem: I had added an object that was wrapped in lazy_object_proxy 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.
I had a curious problem: I had added an object that was wrapped in lazy_object_proxy 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 wasAttributeError: __wrapped__
on this line. Asis not
is likely the more correct solution here, here's the pull request.