Generic helicopter mixer

fix code style
This commit is contained in:
Bart Slinger
2016-08-24 16:32:03 +02:00
committed by Lorenz Meier
parent d8d9ab1bfb
commit a7c8d77453
9 changed files with 399 additions and 57 deletions

View File

@@ -84,7 +84,7 @@ def main():
for line in f:
# handle mixer files differently than startup files
if file_path.endswith(".mix"):
if line.startswith(("Z:", "M:", "R: ", "O:", "S:")):
if line.startswith(("Z:", "M:", "R: ", "O:", "S:", "H:", "T:", "P:")):
pruned_content += line
else:
if not line.isspace() \