diff --git a/src/vorta/utils.py b/src/vorta/utils.py index 21462eb7a..a0923e33e 100644 --- a/src/vorta/utils.py +++ b/src/vorta/utils.py @@ -257,7 +257,7 @@ def get_mount_points(repo_url): mount_point = proc.cmdline()[idx + 1] mount_points[archive_name] = mount_point break - except psutil._exceptions.ZombieProcess: + except psutil.ZombieProcess: # Getting process details may fail (e.g. zombie process on macOS) # Also see https://github.com/giampaolo/psutil/issues/783 continue