Skip to content

Commit a17cf10

Browse files
committed
bugfix in make_metadata tool
entities_descriptor returns tuple
1 parent d2ebc6b commit a17cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
secc = security_context(conf)
6767

6868
if args.id:
69-
desc = entities_descriptor(eds, valid_for, args.name, args.id,
69+
desc, xmldoc = entities_descriptor(eds, valid_for, args.name, args.id,
7070
args.sign, secc)
7171
valid_instance(desc)
7272
print desc.to_string(nspair)

0 commit comments

Comments
 (0)