From a636791539c54e2ddca86f4fb1d4e4f6825a1f77 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 27 Jul 2023 23:17:23 -0700 Subject: [PATCH] Autopep --- ptulsconv/docparser/doc_entity.py | 2 +- ptulsconv/docparser/pt_doc_parser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ptulsconv/docparser/doc_entity.py b/ptulsconv/docparser/doc_entity.py index 26ee9ab..2a17721 100644 --- a/ptulsconv/docparser/doc_entity.py +++ b/ptulsconv/docparser/doc_entity.py @@ -45,7 +45,7 @@ class SessionDescriptor: """ Iterate each track clip with its respective owning clip and timing information. - + :returns: A Generator that yields track, clip, start time, finish time, and timestamp """ diff --git a/ptulsconv/docparser/pt_doc_parser.py b/ptulsconv/docparser/pt_doc_parser.py index 4cc616d..ee1edf3 100644 --- a/ptulsconv/docparser/pt_doc_parser.py +++ b/ptulsconv/docparser/pt_doc_parser.py @@ -182,7 +182,7 @@ class DocParserVisitor(NodeVisitor): for plugin_opt in track_header[16]: for plugin in plugin_opt[1]: plugins.append(plugin[1]) - + this_index = self.track_index self.track_index += 1