[ARVADOS] updated: 2001423a6eb7937a689414f3fa62be5b124812c1

Git user git at public.curoverse.com
Fri Apr 14 10:48:23 EDT 2017


Summary of changes:
 sdk/cwl/arvados_cwl/__init__.py | 1 +
 1 file changed, 1 insertion(+)

       via  2001423a6eb7937a689414f3fa62be5b124812c1 (commit)
      from  defb299deab3be85644a7880cba492a73c2e7e62 (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 2001423a6eb7937a689414f3fa62be5b124812c1
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Apr 14 10:21:33 2017 -0400

    Fix regression, restore a line that shouldn't have been removed. refs #10401

diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 7c24310..2a82d56 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -624,6 +624,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
 
 def add_arv_hints():
     cwltool.draft2tool.ACCEPTLIST_EN_RELAXED_RE = re.compile(r".*")
+    cwltool.draft2tool.ACCEPTLIST_RE = cwltool.draft2tool.ACCEPTLIST_EN_RELAXED_RE
     res = pkg_resources.resource_stream(__name__, 'arv-cwl-schema.yml')
     use_custom_schema("v1.0", "http://arvados.org/cwl", res.read())
     res.close()

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list