Skip to content

Commit e053a8b

Browse files
committed
PROV files also conform to CWLPROV_VERSION
1 parent f9b2b36 commit e053a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def guess_mediatype(rel_path):
943943
and extension in prov_conforms_to):
944944
if ".cwlprov" in rel_path:
945945
# Our own!
946-
local_aggregate["conformsTo"] = [prov_conforms_to[extension], __citation__]
946+
local_aggregate["conformsTo"] = [prov_conforms_to[extension], CWLPROV_VERSION]
947947
else:
948948
# Some other PROV
949949
# TODO: Recognize ProvOne etc.

0 commit comments

Comments
 (0)