Skip to content

Commit 647f6c5

Browse files
author
Roland Hedberg
committed
Allow choice of output type.
1 parent e659831 commit 647f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/merge_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696

9797
mds.metadata[spec[1]] = metad
9898

99-
print mds.dumps("md")
99+
print mds.dumps(args.output)
100100

101101

0 commit comments

Comments
 (0)