Integrate attr libraries
This commit is contained in:
parent
fb2e79b807
commit
472fd45ce2
9 changed files with 200 additions and 265 deletions
|
|
@ -59,7 +59,7 @@ class MTLVisitor(NodeVisitor):
|
|||
self.default_interval = ast.Interval(0.0, H)
|
||||
|
||||
def binop_inner(self, _, children):
|
||||
if isinstance(children[0], ast.AST):
|
||||
if not isinstance(children[0], list):
|
||||
return children
|
||||
|
||||
((left, _, _, _, right),) = children
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue