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

:zap: imported file must have csv extension

Changed to avoid importing .py file or csv backups
parent 33bc0c065ac3
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@
r'(?:[\d\s\w_-]*\s)?'
r'(?P<model>[\w.]+?)'
r'(?:@(?P<lang>\w{2,3}(?:@latin|_\w{2})))?'
r'(?:.csv)?'
r'.csv'
)
file_list = list()
if nmspc.file:
......
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