re-allow 'all' clusters wilcard value
This commit is contained in:
parent
ab501f3eb6
commit
23987f3a82
@ -25,7 +25,7 @@ ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4)
|
|||||||
|
|
||||||
wildcard_constraints:
|
wildcard_constraints:
|
||||||
simpl="[a-zA-Z0-9]*",
|
simpl="[a-zA-Z0-9]*",
|
||||||
clusters="[0-9]+m?",
|
clusters="[0-9]+m?|all",
|
||||||
ll="(v|c)([0-9\.]+|opt)",
|
ll="(v|c)([0-9\.]+|opt)",
|
||||||
opts="[-+a-zA-Z0-9\.]*",
|
opts="[-+a-zA-Z0-9\.]*",
|
||||||
sector_opts="[-+a-zA-Z0-9\.\s]*"
|
sector_opts="[-+a-zA-Z0-9\.\s]*"
|
||||||
|
Loading…
Reference in New Issue
Block a user