End of file cut off

This commit is contained in:
mtressler
2020-07-18 15:29:30 +01:00
committed by ikelos
parent 55d1d48fac
commit 8071ebbebb
@@ -66,3 +66,7 @@ class check_creds(interfaces.plugins.PluginInterface):
for pid in pids:
pid_str = pid_str + "{0:d}, ".format(pid)
pid_str = pid_str[:-2]
yield(0, [str(pid_str)])
def run(self):
return renderers.TreeGrid([("PIDs", str)], self._generator())