achabotl / pambox

Python auditory modeling toolbox.
http://pambox.org
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Sentences not found if path does not end with '/' #38

Closed achabotl closed 9 years ago

achabotl commented 9 years ago

If the path_to_sentences doesn't end with '/' then the Material class cannot find the sentences. It concatenates path with *.ext, which of course, is wrong.