simonh10 / python-edl

A python EDL parsing library
MIT License
90 stars 33 forks source link

Regexp for **clip_name** captures unnecessary trailing whitespaces #1

Closed RomanZander closed 10 years ago

RomanZander commented 11 years ago

For example, we obtain 'A017C024_130711_R3B2.MOV\r' instead of 'A017C024_130711_R3B2.MOV' if EDL file has been saved on Mac ('\r\n' line ending).

Maybe, source_name etc have the same.

simonh10 commented 11 years ago

This should be fixed now. It's now updated as version 0.1.8 in pip.