sys_patch_detect.py: Adjust return

This commit is contained in:
Mykola Grymalyuk
2023-02-10 08:04:52 -07:00
parent 2e7afae29b
commit 040edfdd25
+1 -1
View File
@@ -705,7 +705,7 @@ class DetectRootPatch:
] ]
): ):
return False return False
else:
return True return True