Core: Apply yapf across all files again.

This commit is contained in:
Mike Auty
2020-05-05 22:14:33 +01:00
parent 4587de356d
commit 0c43beb42d
30 changed files with 146 additions and 113 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ class lsof(plugins.PluginInterface):
for task in tasks:
pid = task.p_pid
for _, filepath, fd in mac.MacUtilities.files_descriptors_for_process(self.context, self.config['darwin'], task):
for _, filepath, fd in mac.MacUtilities.files_descriptors_for_process(self.context, self.config['darwin'],
task):
if filepath and len(filepath) > 0:
yield (0, (pid, fd, filepath))