11332-fix-crunchscript: Set ACCEPTLIST_RE because crunch_script alternate entry
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 30 Mar 2017 14:09:33 +0000 (10:09 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 30 Mar 2017 14:09:33 +0000 (10:09 -0400)
point doesn't go through main.

sdk/cwl/arvados_cwl/__init__.py

index 3b14701a9b9480cf6119e6d0e81e478e6da81214..1e109920fabaae4fa208615cbbaabd8f9161c3a1 100644 (file)
@@ -630,6 +630,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
 
 def add_arv_hints():
     cache = {}
+    cwltool.draft2tool.ACCEPTLIST_RE = re.compile(r".*")
     cwltool.draft2tool.ACCEPTLIST_EN_RELAXED_RE = re.compile(r".*")
     res = pkg_resources.resource_stream(__name__, 'arv-cwl-schema.yml')
     cache["http://arvados.org/cwl"] = res.read()