Show More
@@ -61,7 +61,7 b" REMOVED_REPO_PAT = re.compile(r'rm__\\d{8" | |||
|
61 | 61 | # String which contains characters that are not allowed in slug names for |
|
62 | 62 | # repositories or repository groups. It is properly escaped to use it in |
|
63 | 63 | # regular expressions. |
|
64 | SLUG_BAD_CHARS = re.escape('`?=[]\;\'"<>,/~!@#$%^&*()+{}|:') | |
|
64 | SLUG_BAD_CHARS = re.escape('`?=[]\;\'"<>,/~!@#$%^&*()+{}|: ') | |
|
65 | 65 | |
|
66 | 66 | # Regex that matches forbidden characters in repo/group slugs. |
|
67 | 67 | SLUG_BAD_CHAR_RE = re.compile('[{}]'.format(SLUG_BAD_CHARS)) |
General Comments 0
You need to be logged in to leave comments.
Login now