mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 17:30:47 +00:00
Transformations and commands
This commit is contained in:
@@ -83,7 +83,6 @@ class DictionaryParserVisitor(NodeVisitor):
|
||||
states = []
|
||||
for next_state in visited_children:
|
||||
states.append(next_state[0][0].text)
|
||||
|
||||
return states
|
||||
|
||||
def visit_track_clip_state(self, node, visited_children):
|
||||
|
||||
Reference in New Issue
Block a user