We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327dd43 commit 6e9590fCopy full SHA for 6e9590f
cwltool/draft2tool.py
@@ -26,7 +26,7 @@
26
from .utils import aslist
27
28
ACCEPTLIST_EN_STRICT_RE = re.compile(r"^[a-zA-Z0-9._+-]+$")
29
-ACCEPTLIST_EN_RELAXED_RE = re.compile(r"^[ #a-zA-Z0-9._+-]+$") # with spaces and hashes
+ACCEPTLIST_EN_RELAXED_RE = re.compile(r".*") # Accept anything
30
ACCEPTLIST_RE = ACCEPTLIST_EN_STRICT_RE
31
32
from .flatten import flatten
0 commit comments