You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "testVisitor.py", line 74, in <module>
tree.accept(MyVisitor())
File "/Users/sim/github/TAG_obfuscate/model.py", line 53, in accept
type_decl.accept(visitor)
File "/Users/sim/github/TAG_obfuscate/model.py", line 106, in accept
decl.accept(visitor)
File "/Users/sim/github/TAG_obfuscate/model.py", line 268, in accept
decl.accept(visitor)
File "/Users/sim/github/TAG_obfuscate/model.py", line 195, in accept
for e in self.body:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Interface declare will cause this bug.
The text was updated successfully, but these errors were encountered: