We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2ebc6b + a17cf10 commit 38d67e8Copy full SHA for 38d67e8
tools/make_metadata.py
@@ -66,7 +66,7 @@
66
secc = security_context(conf)
67
68
if args.id:
69
- desc = entities_descriptor(eds, valid_for, args.name, args.id,
+ desc, xmldoc = entities_descriptor(eds, valid_for, args.name, args.id,
70
args.sign, secc)
71
valid_instance(desc)
72
print desc.to_string(nspair)
0 commit comments