Closed douglas-raillard-arm closed 5 months ago
PR updated to also disconnect upon process exit, before the modules are torn down. This should prevent getting exceptions logged in __del__
in common cases, for anything that is cleaned-up in Target.disconnect()
(which includes all current connection objects)
Fixes https://github.com/ARM-software/devlib/issues/684
This PR is untested for now.