Make make_metadata care about the -v argument.

This commit is contained in:
Roland Hedberg
2014-11-08 11:00:38 +01:00
parent a8f357e6d1
commit 48f18fc356

View File

@@ -55,6 +55,8 @@ for filespec in args.config:
if fil.endswith(".py"):
fil = fil[:-3]
cnf = Config().load_file(fil, metadata_construction=True)
if valid_for:
cnf.valid_for = valid_for
eds.append(entity_descriptor(cnf))
conf = Config()