Skip to content

Commit 547ab98

Browse files
committed
add cwltool version to the RO
1 parent da6e399 commit 547ab98

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
@@ -977,7 +977,7 @@ def __init__(self, temp_prefix_ro="tmp", orcid=None, full_name=None):
977977
self.engine_uuid = "urn:uuid:%s" % uuid.uuid4()
978978
self.ro_uuid = uuid.uuid4()
979979
self.base_uri = "arcp://uuid,%s/" % self.ro_uuid
980-
self.cwltool_version = "cwltool (unknown version)"
980+
self.cwltool_version = "cwltool %s" % versionstring().split()[-1]
981981
##
982982
# This function will be added by create_job()
983983
self.make_fs_access = None # type: Optional[Callable[[Text], StdFsAccess]]

0 commit comments

Comments
 (0)