simonh10 / python-edl

A python EDL parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regexp for **clip_name** captures unnecessary trailing whitespaces

RomanZander opened this issue · comments

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.

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