Skip to content

Commit 3a6fa17

Browse files
author
Peter Amstutz
committed
Add '+' to list of accepted characters in file names.
1 parent 156afd5 commit 3a6fa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/draft2tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .pathmapper import PathMapper
2525
from .job import CommandLineJob
2626

27-
ACCEPTLIST_RE = re.compile(r"^[a-zA-Z0-9._-]+$")
27+
ACCEPTLIST_RE = re.compile(r"^[a-zA-Z0-9._+-]+$")
2828

2929
from .flatten import flatten
3030

0 commit comments

Comments
 (0)