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

View File

@@ -705,8 +705,8 @@ class DetectRootPatch:
]
):
return False
else:
return True
return True
def _verify_unpatch_allowed(self):