Even if we don't know the root cause, could you protect the following code (function called in same file) with try/catch ?
ret = self.get_logind_session(pid, proc_pid_fd) if ret: self['_LogindSession'] = ret[0]
Even if we don't know the root cause, could you protect the following code (function called in same file) with try/catch ?
ret = self.get_ logind_ session( pid, proc_pid_fd)
self[ '_LogindSession '] = ret[0]
if ret: