We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070d901 commit 3dbb584Copy full SHA for 3dbb584
1 file changed
rosidl_generator_py/resource/_msg.py.em
@@ -372,7 +372,7 @@ if isinstance(type_, AbstractNestedType):
372
typename.pop()
373
typename.append(self.__class__.__name__)
374
args = []
375
- for s, t in zip(self.get_fields_and_field_types().keys, self.SLOT_TYPES):
+ for s, t in zip(self.get_fields_and_field_types().keys(), self.SLOT_TYPES):
376
field = getattr(self, s)
377
fieldstr = repr(field)
378
# We use Python array type for fields that can be directly stored
0 commit comments