Skip to content
Snippets Groups Projects
Commit f84a8ca7 authored by Mike Palmiotto's avatar Mike Palmiotto Committed by Android Git Automerger
Browse files

am 070c01f8: tools: Don\'t error out of insertkeys script on whitespace

* commit '070c01f8':
  tools: Don't error out of insertkeys script on whitespace
parents 0317003d 070c01f8
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ class GenerateKeys(object):
# If we haven't started the certificate, then we should not encounter any data
elif not inCert:
if line is not "":
sys.exit("Detected erroneous line \""+ line + "\" on " + str(lineNo)
+ " in pem file: " + path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment