1

Resolved

Remote debugging attribute error at end of execution

description

When debugging a remote Python 2.7 application, and that application terminates normally, you will see an attribute error that looks like this on the remote machine as the process is exiting:

Exception AttributeError: AttributeError("'NoneType' object has no attribute 'platform'",) in <function _remove at 0x7fbbb9658668> ignored

comments