mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Autopep
This commit is contained in:
@@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user