From 70a5206d73394ee78a762838973fdb74f77680a5 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 21 Jul 2023 22:21:48 -0700 Subject: [PATCH] Fixed dumb typo that made ptsl break --- ptulsconv/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/commands.py b/ptulsconv/commands.py index 1bb7dc3..a1a9b38 100644 --- a/ptulsconv/commands.py +++ b/ptulsconv/commands.py @@ -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