aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-11 00:24:34 -0400
committerRob Austein <sra@hactrn.net>2017-04-11 00:24:34 -0400
commit81ae5e07be01c0aacc332eb82db2f0ff452ced3d (patch)
tree9401412f70caa0846567d1fdb28368c7d526492f /scripts
parentaf9cedc2515a6851716bd2ccc1857937d7f5c495 (diff)
Track API changes on sw/libhal pkcs8 branch.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-py11-attributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-py11-attributes b/scripts/build-py11-attributes
index 3904d3b..cacb63a 100755
--- a/scripts/build-py11-attributes
+++ b/scripts/build-py11-attributes
@@ -57,7 +57,7 @@ attribute_map = dict(
(k, v["type"])
for y in yaml.safe_load(args.yaml_file)
for k, v in y.iteritems()
- if k.startswith("CKA_") and "type" in v)
+ if k.startswith("CKA_") and "type" in v)
args.output_file.write('''\
# This file was generated automatically from %(input)s by %(script)s. Do not edit this file directly.