forked from Archive/PX4-Autopilot
generate_msg_docs: ommit line with no effect
This commit is contained in:
parent
eb76b0ce55
commit
6cb610ded2
|
@ -60,7 +60,6 @@ if __name__ == "__main__":
|
||||||
summary_description = msg_description
|
summary_description = msg_description
|
||||||
print('msg_description: Z%sZ' % msg_description)
|
print('msg_description: Z%sZ' % msg_description)
|
||||||
print('summary_description: Z%sZ' % summary_description)
|
print('summary_description: Z%sZ' % summary_description)
|
||||||
summary_description
|
|
||||||
msg_contents = ""
|
msg_contents = ""
|
||||||
#Get msg contents (read the file)
|
#Get msg contents (read the file)
|
||||||
with open(msg_filename, 'r') as source_file:
|
with open(msg_filename, 'r') as source_file:
|
||||||
|
|
Loading…
Reference in New Issue