This commit is contained in:
Jamie Hardt
2023-07-27 23:17:23 -07:00
parent dfde3c4493
commit a636791539
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class SessionDescriptor:
""" """
Iterate each track clip with its respective owning clip and timing Iterate each track clip with its respective owning clip and timing
information. information.
:returns: A Generator that yields track, clip, start time, finish time, :returns: A Generator that yields track, clip, start time, finish time,
and timestamp and timestamp
""" """

View File

@@ -182,7 +182,7 @@ class DocParserVisitor(NodeVisitor):
for plugin_opt in track_header[16]: for plugin_opt in track_header[16]:
for plugin in plugin_opt[1]: for plugin in plugin_opt[1]:
plugins.append(plugin[1]) plugins.append(plugin[1])
this_index = self.track_index this_index = self.track_index
self.track_index += 1 self.track_index += 1