summaryrefslogtreecommitdiff
path: root/whatmaps
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps')
-rwxr-xr-xwhatmaps1
1 files changed, 1 insertions, 0 deletions
diff --git a/whatmaps b/whatmaps
index 3f82f1b..155a56c 100755
--- a/whatmaps
+++ b/whatmaps
@@ -67,6 +67,7 @@ class Process(object):
# ignore killed process
if e.errno != errno.ENOENT:
raise
+ return
for line in f:
try:
so = line.split()[5].strip()