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
|
||||
information.
|
||||
|
||||
|
||||
:returns: A Generator that yields track, clip, start time, finish time,
|
||||
and timestamp
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user