Reorganized trst sources

This commit is contained in:
Jamie Hardt
2022-01-11 13:56:44 -08:00
parent d9da7317a7
commit c8053f65ae
11 changed files with 58 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ def create_adr_reports(lines: List[ADRLine], tc_display_format: TimecodeFormat,
# return parsed
def convert(input_file, major_mode='fmpxml', output=sys.stdout, warnings=True):
def convert(input_file, major_mode, output=sys.stdout, warnings=True):
session = parse_document(input_file)
session_tc_format = session.header.timecode_format