Blake Peterman
Results
1
issues of
Blake Peterman
## Problem ``` File "customerio/client_base.py", line 112, in _close ... AttributeError: 'NoneType' object has no attribute 'close' ``` The `_close()` method in `ClientBase` was attempting to call `.close()` on `self._current_session`...