Merge pull request #10 from iluvcapra/bug-flake8

Flake8 code cleanups and a bug fix
This commit is contained in:
Jamie Hardt
2023-07-22 13:01:15 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Parse and convert Pro Tools text exports
"""
__version__ = '2.0.0'
__version__ = '2.0.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \

View File

@@ -187,7 +187,7 @@ def convert(major_mode, input_file=None, output=sys.stdout, warnings=True):
req.time_type("tc")
req.dont_show_crossfades()
req.selected_tracks_only()
session_text = req.export_string
session_text = req.export_string()
session = parse_document(session_text)
session_tc_format = session.header.timecode_format