Skip to content

Commit a8da3ac

Browse files
committed
make linters happy
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 1ec1f44 commit a8da3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ros2topic/ros2topic/eval/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def generic_visit(self, node):
7575
if type(node).__name__ in self.model.nodes:
7676

7777
if isinstance(node, ast.Attribute):
78+
print(self.model.attributes)
79+
print(node)
7880
if node.attr not in self.model.attributes:
7981
raise ValidationException(
8082
'Attribute {aname} is not allowed'.format(

0 commit comments

Comments
 (0)