[ARVADOS] created: 79af4043ed667b8f81613cb8e4bf88b0450ae8a6
Git user
git at public.curoverse.com
Fri Sep 2 14:14:17 EDT 2016
at 79af4043ed667b8f81613cb8e4bf88b0450ae8a6 (commit)
commit 79af4043ed667b8f81613cb8e4bf88b0450ae8a6
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Sep 2 13:40:41 2016 -0400
9857: Allow any character in filenames.
diff --git a/sdk/cwl/arvados_cwl/runner.py b/sdk/cwl/arvados_cwl/runner.py
index d7d5d2b..e824635 100644
--- a/sdk/cwl/arvados_cwl/runner.py
+++ b/sdk/cwl/arvados_cwl/runner.py
@@ -19,7 +19,7 @@ from .pathmapper import ArvPathMapper
logger = logging.getLogger('arvados.cwl-runner')
-cwltool.draft2tool.ACCEPTLIST_RE = re.compile(r"^[a-zA-Z0-9._+-]+$")
+cwltool.draft2tool.ACCEPTLIST_RE = re.compile(r".*")
class Runner(object):
def __init__(self, runner, tool, job_order, enable_reuse):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list