mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
89 stars 18 forks source link

fix crash on MacOS related to psutil accessdenied #56

Closed wvolz closed 8 months ago

wvolz commented 8 months ago

Trying to load the log window or anything that calls 'check_process' causes not1mm to crash. This looks like a MacOS + psutil issue. See: https://github.com/giampaolo/psutil/issues/883

This adds 'psutil.AccessDenied' to the list of exceptions check_process will ignore.

mbridak commented 8 months ago

Thanks for the PR!