Agent: Modify process list collection PBA to return dict of processes instead of string
This commit is contained in:
parent
5ab7bc520e
commit
afa7d4fca4
|
@ -54,4 +54,4 @@ class ProcessListCollection(PBA):
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return self.command, (str(processes), success_state)
|
return self.command, (processes, success_state)
|
||||||
|
|
Loading…
Reference in New Issue