[ARVADOS] updated: 1.1.4-328-gc9abf73
Git user
git at public.curoverse.com
Tue May 29 13:17:07 EDT 2018
Summary of changes:
sdk/cwl/arvados_cwl/arvtool.py | 2 --
1 file changed, 2 deletions(-)
via c9abf73e0b57739a594aa1b4803726e612cf6313 (commit)
from 739b1b9ec3662f988ad09509bcc933ce5c23c4e8 (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 c9abf73e0b57739a594aa1b4803726e612cf6313
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue May 29 13:16:55 2018 -0400
11162: Remove debugging check
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/arvtool.py b/sdk/cwl/arvados_cwl/arvtool.py
index 2d15610..fea6adf 100644
--- a/sdk/cwl/arvados_cwl/arvtool.py
+++ b/sdk/cwl/arvados_cwl/arvtool.py
@@ -12,8 +12,6 @@ class ArvadosCommandTool(CommandLineTool):
def __init__(self, arvrunner, toolpath_object, **kwargs):
super(ArvadosCommandTool, self).__init__(toolpath_object, **kwargs)
- if "cwlVersion" not in self.metadata:
- raise Exception("missing")
self.arvrunner = arvrunner
self.work_api = kwargs["work_api"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list