This commit is contained in:
Pedro Algarvio 2019-05-08 11:23:21 +01:00
parent e3e37613a7
commit 62574ee197
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -93,7 +93,7 @@ class ProcessManager(object):
elif name in proc.name() and _search(proc):
return proc
except psutil.NoSuchProcess:
# Whichever process we are interigating is no longer alive.
# Whichever process we are interrogating is no longer alive.
# Skip it and keep searching.
continue
else: