Commit f7dce8bf authored by Jason Madden's avatar Jason Madden

debugging makefile_ref failure.

parent d2c813e1
......@@ -703,6 +703,7 @@ else:
results['data'] = process.open_files() + process.connections('all')
for x in results['data']:
results[x.fd] = x
results['data'] += ['From psutil', process]
return results
def get_number_open_files():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment