Undefined name: preceding_comments -> preceding_comments.message. (#1720)

Signed-off-by: Christian Clauss <cclauss@me.com>
master
Christian Clauss 2020-10-19 14:38:41 +02:00 committed by GitHub
parent d3473fca4a
commit aeb8a10c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ def GenerateDocumentation(output_file, root):
assert message.name not in output_dict assert message.name not in output_dict
output_dict[message.name] = content output_dict[message.name] = content
if message.preceding_comments: if message.preceding_comments:
content.extend(preceding_comments) content.extend(message.preceding_comments)
content.append('') content.append('')
for option_type, option_name, option_comments in message.options: for option_type, option_name, option_comments in message.options:
# TODO(whess): For now we exclude InitialTrajectoryPose from the # TODO(whess): For now we exclude InitialTrajectoryPose from the