Update kernel_detector.py

remove exit() from within run_kernel_detection()
This commit is contained in:
Sebastian Lenzlinger 2023-06-11 15:25:31 +02:00 committed by GitHub
parent 0198c6d0fa
commit bb607848dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ def run_kernel_detection:
if len(sus_modules) == 0:
print("nothing to do")
print("ALL CLEAN")
exit()
suspects = []