Transformations and commands

This commit is contained in:
Jamie Hardt
2019-10-07 15:51:12 -07:00
parent c9f1f57362
commit 03b005feeb
5 changed files with 103 additions and 1 deletions

View File

@@ -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):