mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Tools/px4airframes: refactor & remove some unneeded code
This commit is contained in:
@@ -98,7 +98,7 @@ class MarkdownTablesOutput():
|
||||
#Close the table.
|
||||
result += '</tbody></table>\n\n'
|
||||
|
||||
self.output = result;
|
||||
self.output = result
|
||||
|
||||
def Save(self, filename):
|
||||
with codecs.open(filename, 'w', 'utf-8') as f:
|
||||
|
||||
Reference in New Issue
Block a user