[ARVADOS] updated: 1.1.3-152-g4ad88f0
Git user
git at public.curoverse.com
Thu Mar 8 11:31:53 EST 2018
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 4 ----
1 file changed, 4 deletions(-)
via 4ad88f00a73da6b4cbe11e2bde8d7a055ba6b60e (commit)
from fdafe3f18cda89136d84a5127309047ad3fab584 (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 4ad88f00a73da6b4cbe11e2bde8d7a055ba6b60e
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Mar 8 11:14:35 2018 -0500
Fix arvados-cwl-runner --version argument (again) 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 2477563..aee928d 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -712,10 +712,6 @@ def main(args, stdout, stderr, api_client=None, keep_client=None):
job_order_object = None
arvargs = parser.parse_args(args)
- if arvargs.version:
- print versionstring()
- return
-
if arvargs.update_workflow:
if arvargs.update_workflow.find('-7fd4e-') == 5:
want_api = 'containers'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list