[ARVADOS] updated: b4b2bf5948c049d28a65629555e6fed4220608dc
Git user
git at public.curoverse.com
Wed Jul 12 11:37:53 EDT 2017
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b4b2bf5948c049d28a65629555e6fed4220608dc (commit)
from c4670f707f305b675669f0d4fb085568bc373b60 (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 b4b2bf5948c049d28a65629555e6fed4220608dc
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Jul 12 11:02:58 2017 -0400
11965: Update help message to match new --api default.
fixes #11965
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 19ebf7f..d642cbd 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -632,7 +632,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
parser.add_argument("--api", type=str,
default=None, dest="work_api",
choices=("jobs", "containers"),
- help="Select work submission API. Default is 'jobs' if that API is available, otherwise 'containers'.")
+ help="Select work submission API. Default is 'containers' if that API is available, otherwise 'jobs'.")
parser.add_argument("--compute-checksum", action="store_true", default=False,
help="Compute checksum of contents while collecting outputs",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list