prosodylab / Prosodylab-Aligner

Python interface for forced audio alignment using HTK and SoX
http://prosodylab.org/tools/aligner/
MIT License
331 stars 77 forks source link

catch YAML parsing errors #45

Closed kylebgorman closed 8 years ago

kylebgorman commented 8 years ago

YAML parsing errors (missing closing quotes, etc.) throw an exception with a long traceback that makes no sense to users. By catching yaml.scanner.ScannerError and reporting the string as a fatal error, we can help users debug this themselves.