You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrade log message when an error occurs while iterating processes to
search for ansysedt sessions. Rationale:
1. If any error occurs during the ansysedt session search process loop,
the end result is that the process in question is not returned as a
potential ansysedt session. This is generally not harmful.
2. There is nothing the user could have done to make the error not
occur: they have no control over the processes on the machine, the
behavior of `psutil`, or the logic in this loop.
3. Downgrading to debug allows us to also log the full stack trace of
the exception, allowing us to identify fixes to the logic for cases
that fail in the future.
0 commit comments