[ARVADOS] updated: 1.1.3-151-gfdafe3f
Git user
git at public.curoverse.com
Thu Mar 8 10:18:15 EST 2018
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fdafe3f18cda89136d84a5127309047ad3fab584 (commit)
from 1a3fb9d7f272d18a974b3a180be7940f5a161030 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit fdafe3f18cda89136d84a5127309047ad3fab584
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Mar 8 10:17:11 2018 -0500
Fix arvados-cwl-runner --version argument refs #12526
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index e2607ce..2477563 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -590,7 +590,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
exgroup = parser.add_mutually_exclusive_group()
exgroup.add_argument("--print-dot", action="store_true",
help="Print workflow visualization in graphviz format and exit")
- exgroup.add_argument("--version", action="store_true", help="Print version and exit")
+ exgroup.add_argument("--version", action="version", help="Print version and exit", version=versionstring())
exgroup.add_argument("--validate", action="store_true", help="Validate CWL document only.")
exgroup = parser.add_mutually_exclusive_group()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list