Tools/px4airframes: refactor & remove some unneeded code

This commit is contained in:
Beat Küng
2017-04-11 10:40:14 +02:00
parent 59ea964ea2
commit 62c1a23ea3
3 changed files with 61 additions and 61 deletions

View File

@@ -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: