mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
annotated list causes the confusions but need ppid in anotated list too
This commit is contained in:
parent
c68124b88d
commit
b48be3e0e0
1 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,10 @@ class ProcessTrees:
|
||||||
ret.append(c)
|
ret.append(c)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
#Pid is the root; remove this pid and all chidren
|
||||||
|
def clean_aplist(self,pid):
|
||||||
|
#aplist needs to be cleaned up else process recycling is worse
|
||||||
|
pass
|
||||||
class TestProcessTree(unittest.TestCase):
|
class TestProcessTree(unittest.TestCase):
|
||||||
def testSearchRegular0(self):
|
def testSearchRegular0(self):
|
||||||
x = ProcessTrees()
|
x = ProcessTrees()
|
||||||
|
|
Loading…
Reference in a new issue