commit | b0d74a1f5b1b8e93200ce65b7e46301200284f9c | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Mon Jul 27 09:30:34 2020 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Mon Jul 27 16:52:04 2020 +0000 |
tree | 6b9db6d3bdf5c07c186d800964fd4d5e5cc058b3 | |
parent | c66c82241666ae4bb9d1306dd21d6c10268692f2 [diff] [blame] |
Update sepolicy to use inclusive language See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: 161896447 Test: Build Change-Id: If612f2270c8ba1d7fc2cbda3b2e8ca3818c0a1be
diff --git a/tools/insertkeys.py b/tools/insertkeys.py index ca1e432..51b4ab6 100755 --- a/tools/insertkeys.py +++ b/tools/insertkeys.py
@@ -56,7 +56,7 @@ # If we ended the certificate trip the flag inCert = False - # Sanity check the input + # Check the input if len(base64Key) == 0: sys.exit("Empty certficate , certificate "+ str(certNo) + " found in file: " + path)