ssh: we are only interested in environ here

This commit is contained in:
Oleksii Shevchuk 2019-03-08 19:03:44 +02:00
parent e34cd02a70
commit 9e66080760
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class SSH(object):
for process in process_iter(): for process in process_iter():
try: try:
info = process.as_dict() info = process.as_dict(['environ'])
except OSError: except OSError:
continue continue