Update kernel_detector.py
remove exit() from within run_kernel_detection()
This commit is contained in:
parent
0198c6d0fa
commit
bb607848dc
@ -153,7 +153,7 @@ def run_kernel_detection:
|
||||
if len(sus_modules) == 0:
|
||||
print("nothing to do")
|
||||
print("ALL CLEAN")
|
||||
exit()
|
||||
|
||||
|
||||
|
||||
suspects = []
|
||||
|
||||
Reference in New Issue
Block a user