Skip to content
Snippets Groups Projects
Commit 92a4924cd5e2 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: allow more characters in setup file names

parent aa6540ed6a2f
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@
# files need to be named according to the following regexp
pattern = re.compile(
r'(?P<path>.*/)'
r'(?:\d+\s)?'
r'(?:[\d\s\w_-]*\s)?'
r'(?P<model>[\w.]+?)'
r'(?:@(?P<lang>\w{2,3}(?:@latin|_\w{2})))?'
r'(?:.csv)?'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment