mast-group/tassal

Handle multiple files with same name in a project

sachintyagi22 opened this issue · 2 comments

Currently during the topic training, the tokenized files for a project are stored in a single directory. So a file with a same name (in different directory of the project) will overwrite the earlier tokenized file with that name. This breaks the folding for the first (or all n-1) file.

Yes this is indeed an issue with the current implementation, many thanks for reporting and submitting a fix.

Fixed by #2.