sandflow / ttconv

Subtitle conversion. Converts STL, SRT, TTML and SCC into TTML, WebVTT and SRT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISD: throws at `_get_writing_mode()`

palemieux opened this issue · comments

def _get_writing_mode(isd_element: model.ContentElement) -> styles.WritingModeType:

  • get_parent() is not a method and needs to be replaced by parent()
  • the algorithm also dies when parent is initially None