Merge branch 'master' of github.com:PX4/Firmware into cmake-2

This commit is contained in:
Lorenz Meier
2015-10-02 11:00:31 +02:00
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ def main():
pruned_content += line
# overwrite old scratch file
with open(file_path, "w") as f:
with open(file_path, "wb") as f:
f.write(pruned_content)