Godley / Music-Library

Repo for all FYP work, including meeting logs, implementation, report and any other necessary documents. Will be a mix of tex, python, word and pdf documents
GNU General Public License v2.0
5 stars 3 forks source link

stylesheet parser method not cross platform #312

Closed Godley closed 8 years ago

Godley commented 8 years ago

the method which parses stylesheets to make sure paths match no matter whether you're debugging or running from the app currently replaces backslashes with forward slashes. This will probably break shit in windows so we should be using either the path sep python provides or using os.path.join/os.path.split to manage paths.